#10C59A

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

Shades of Caribbean Green #10C59A

Tints of Caribbean Green #10C59A

Color information

#10C59A (or 0x10C59A) is unknown color: approx Caribbean Green. HEX triplet: 10, C5 and 9A. RGB value is (16,197,154). Sum of RGB (Red+Green+Blue) = 16+197+154=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #10C59A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C59A is #EF3A65. Grayscale: #898989. Windows color (decimal): -15678054 or 10142992. OLE color: 10142992.

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

Color convert

RGB16197154-
CMYK0.9200.220.23
HSL165.75º84.98%41.76%-
HSV(B)165.75º91.88%77.25%-
XYZ26.0142.3837.38-
YUV137.98137.0341-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.36%
GREEN value IS 197 (77.34% from 255) = 53.68%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=4.36%
G=53.68%
B=41.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161971540.9200.220.23165.7584.9841.76
Hex10C59A5C01617a6552a
Octal203052321340262724612552
Binary100001100010110011010101110001011010111101001101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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