#10C29D

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

Shades of Caribbean Green #10C29D

Tints of Caribbean Green #10C29D

Color information

#10C29D (or 0x10C29D) is unknown color: approx Caribbean Green. HEX triplet: 10, C2 and 9D. RGB value is (16,194,157). Sum of RGB (Red+Green+Blue) = 16+194+157=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #10C29D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C29D is #EF3D62. Grayscale: #888888. Windows color (decimal): -15678819 or 10338832. OLE color: 10338832.

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

Color convert

RGB16194157-
CMYK0.9200.190.24
HSL167.53º84.76%41.18%-
HSV(B)167.53º91.75%76.08%-
XYZ25.5941.1338.49-
YUV136.56139.5342.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.36%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=4.36%
G=52.86%
B=42.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161941570.9200.190.24167.5384.7641.18
Hex10C29D5C01318a85529
Octal203022351340233025012551
Binary100001100001010011101101110001001111000101010001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,194,157); }

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

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

 a { background-color: rgb(16,194,157); }

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

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

 span { border-color: rgb(16,194,157); }

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