#10D290

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

Shades of Caribbean Green #10D290

Tints of Caribbean Green #10D290

Color information

#10D290 (or 0x10D290) is unknown color: approx Caribbean Green. HEX triplet: 10, D2 and 90. RGB value is (16,210,144). Sum of RGB (Red+Green+Blue) = 16+210+144=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #10D290 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D290 is #EF2D6F. Grayscale: #909090. Windows color (decimal): -15674736 or 9490960. OLE color: 9490960.

HSL color Cylindrical-coordinate representation of color #10D290: hue angle of 159.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D290 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB16210144-
CMYK0.9200.310.18
HSL159.59º85.84%44.31%-
HSV(B)159.59º92.38%82.35%-
XYZ28.2948.2234.2-
YUV144.47127.7336.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.32%
GREEN value IS 210 (82.42% from 255) = 56.76%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=4.32%
G=56.76%
B=38.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162101440.9200.310.18159.5985.8444.31
Hex10D2905C01F12a0562c
Octal203222201340372224012654
Binary100001101001010010000101110001111110010101000001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,210,144); }

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

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

 a { background-color: rgb(16,210,144); }

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

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

 span { border-color: rgb(16,210,144); }

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