#10C691

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

Shades of Caribbean Green #10C691

Tints of Caribbean Green #10C691

Color information

#10C691 (or 0x10C691) is unknown color: approx Caribbean Green. HEX triplet: 10, C6 and 91. RGB value is (16,198,145). Sum of RGB (Red+Green+Blue) = 16+198+145=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #10C691 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C691 is #EF396E. Grayscale: #898989. Windows color (decimal): -15677807 or 9553424. OLE color: 9553424.

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

Color convert

RGB16198145-
CMYK0.9200.270.22
HSL162.53º85.05%41.96%-
HSV(B)162.53º91.92%77.65%-
XYZ25.5242.5433.65-
YUV137.54132.241.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.46%
GREEN value IS 198 (77.73% from 255) = 55.15%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=4.46%
G=55.15%
B=40.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161981450.9200.270.22162.5385.0541.96
Hex10C6915C01B16a3552a
Octal203062211340332624312552
Binary100001100011010010001101110001101110110101000111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,198,145); }

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

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

 a { background-color: rgb(16,198,145); }

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

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

 span { border-color: rgb(16,198,145); }

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