#10CD95

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

Shades of Caribbean Green #10CD95

Tints of Caribbean Green #10CD95

Color information

#10CD95 (or 0x10CD95) is unknown color: approx Caribbean Green. HEX triplet: 10, CD and 95. RGB value is (16,205,149). Sum of RGB (Red+Green+Blue) = 16+205+149=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CD95 is #EF326A. Grayscale: #8E8E8E. Windows color (decimal): -15676011 or 9817360. OLE color: 9817360.

HSL color Cylindrical-coordinate representation of color #10CD95: hue angle of 162.22º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CD95 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB16205149-
CMYK0.9200.270.20
HSL162.22º85.52%43.33%-
HSV(B)162.22º92.2%80.39%-
XYZ27.4745.9435.85-
YUV142.1131.8838.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.32%
GREEN value IS 205 (80.47% from 255) = 55.41%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=4.32%
G=55.41%
B=40.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162051490.9200.270.20162.2285.5243.33
Hex10CD955C01B14a2562b
Octal203152251340332424212653
Binary100001100110110010101101110001101110100101000101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,205,149); }

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

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

 a { background-color: rgb(16,205,149); }

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

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

 span { border-color: rgb(16,205,149); }

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