#10CD94

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

Shades of Caribbean Green #10CD94

Tints of Caribbean Green #10CD94

Color information

#10CD94 (or 0x10CD94) is unknown color: approx Caribbean Green. HEX triplet: 10, CD and 94. RGB value is (16,205,148). Sum of RGB (Red+Green+Blue) = 16+205+148=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CD94 is #EF326B. Grayscale: #8E8E8E. Windows color (decimal): -15676012 or 9751824. OLE color: 9751824.

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

Color convert

RGB16205148-
CMYK0.9200.280.20
HSL161.9º85.52%43.33%-
HSV(B)161.9º92.2%80.39%-
XYZ27.3945.9135.44-
YUV141.99131.3838.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.34%
GREEN value IS 205 (80.47% from 255) = 55.56%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=4.34%
G=55.56%
B=40.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162051480.9200.280.20161.985.5243.33
Hex10CD945C01C14a2562b
Octal203152241340342424212653
Binary100001100110110010100101110001110010100101000101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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