#228163

Color #228163 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #228163

Tints of Deep Sea #228163

Color information

#228163 (or 0x228163) is unknown color: approx Deep Sea. HEX triplet: 22, 81 and 63. RGB value is (34,129,99). Sum of RGB (Red+Green+Blue) = 34+129+99=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #228163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228163 is #DD7E9C. Grayscale: #616161. Windows color (decimal): -14515869 or 6521122. OLE color: 6521122.

HSL color Cylindrical-coordinate representation of color #228163: hue angle of 161.05º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228163 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB3412999-
CMYK0.7400.230.49
HSL161.05º58.28%31.96%-
HSV(B)161.05º73.64%50.59%-
XYZ10.7616.9414.51-
YUV97.18129.0382.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=12.98%
G=49.24%
B=37.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34129990.7400.230.49161.0558.2831.96
Hex2281634A01731a13a20
Octal42201143112027612417240
Binary100010100000011100011100101001011111000110100001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228163; }

 p { color: rgb(34,129,99); }

 H1.HeaderClassName
 {
   color: #228163;
 }
 .AnyTagClassName
 {
   color: #228163;
 }
</style>
background-color css

<style>
 a { background-color: #228163; }

 a { background-color: rgb(34,129,99); }

 div.DivClassName
 {
   background-color: #228163;
 }
 .BgClassName
 {
   background-color: #228163;
 }
</style>
border-color css

<style>
 span { border-color: #228163; }

 span { border-color: rgb(34,129,99); }

 td.TdClassName
 {
   border-color: #228163;
 }
 .TagClassName
 {
   border-color: #228163;
 }
</style>