#10C59B

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

Shades of Caribbean Green #10C59B

Tints of Caribbean Green #10C59B

Color information

#10C59B (or 0x10C59B) is unknown color: approx Caribbean Green. HEX triplet: 10, C5 and 9B. RGB value is (16,197,155). Sum of RGB (Red+Green+Blue) = 16+197+155=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #10C59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C59B is #EF3A64. Grayscale: #8A8A8A. Windows color (decimal): -15678053 or 10208528. OLE color: 10208528.

HSL color Cylindrical-coordinate representation of color #10C59B: hue angle of 166.08º 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 #10C59B is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB16197155-
CMYK0.9200.210.23
HSL166.08º84.98%41.76%-
HSV(B)166.08º91.88%77.25%-
XYZ26.142.4137.82-
YUV138.09137.5340.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.35%
GREEN value IS 197 (77.34% from 255) = 53.53%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=4.35%
G=53.53%
B=42.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161971550.9200.210.23166.0884.9841.76
Hex10C59B5C01517a6552a
Octal203052331340252724612552
Binary100001100010110011011101110001010110111101001101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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