#10C596

Color #10C596 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #10C596

Tints of Caribbean Green #10C596

Color information

#10C596 (or 0x10C596) is unknown color: approx Caribbean Green. HEX triplet: 10, C5 and 96. RGB value is (16,197,150). Sum of RGB (Red+Green+Blue) = 16+197+150=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #10C596 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C596 is #EF3A69. Grayscale: #898989. Windows color (decimal): -15678058 or 9880848. OLE color: 9880848.

HSL color Cylindrical-coordinate representation of color #10C596: hue angle of 164.42º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C596 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB16197150-
CMYK0.9200.240.23
HSL164.42º84.98%41.76%-
HSV(B)164.42º91.88%77.25%-
XYZ25.6842.2435.65-
YUV137.52135.0341.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.41%
GREEN value IS 197 (77.34% from 255) = 54.27%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=4.41%
G=54.27%
B=41.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161971500.9200.240.23164.4284.9841.76
Hex10C5965C01817a4552a
Octal203052261340302724412552
Binary100001100010110010110101110001100010111101001001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10C596; }

 p { color: rgb(16,197,150); }

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

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

 a { background-color: rgb(16,197,150); }

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

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

 span { border-color: rgb(16,197,150); }

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