#10C096

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

Shades of Caribbean Green #10C096

Tints of Caribbean Green #10C096

Color information

#10C096 (or 0x10C096) is unknown color: approx Caribbean Green. HEX triplet: 10, C0 and 96. RGB value is (16,192,150). Sum of RGB (Red+Green+Blue) = 16+192+150=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #10C096 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C096 is #EF3F69. Grayscale: #868686. Windows color (decimal): -15679338 or 9879568. OLE color: 9879568.

HSL color Cylindrical-coordinate representation of color #10C096: hue angle of 165.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C096 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB16192150-
CMYK0.9200.220.25
HSL165.68º84.62%40.78%-
HSV(B)165.68º91.67%75.29%-
XYZ24.5740.0135.28-
YUV134.59136.6943.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.47%
GREEN value IS 192 (75.39% from 255) = 53.63%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=4.47%
G=53.63%
B=41.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161921500.9200.220.25165.6884.6240.78
Hex10C0965C01619a65529
Octal203002261340263124612551
Binary100001100000010010110101110001011011001101001101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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