Html Css Color HEX #10E1A9 Caribbean Green

📋 copy color: '#10E1A9'

red 16 ◦ green 225 ◦ blue 169

#10E1A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #10E1A9

Tints of Caribbean Green #10E1A9

RGB

 RED value IS 16 (6.64% from 255) = 3.9%

 GREEN value IS 225 (88.28% from 255) = 54.88%

 BLUE value IS 169 (66.41% from 255) = 41.22%

R = 3.9%
G = 54.88%
B = 41.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#10E1A9 (or 0x10E1A9) is known color: Caribbean Green. HEX triplet: 10, E1 and A9. RGB value is (16,225,169). Sum of RGB (Red+Green+Blue) = 16+225+169=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #10E1A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E1A9 is #EF1E56. Grayscale: #9C9C9C. Windows color (decimal): -15670871 or 11133200. OLE color: 11133200.

HSL color Cylindrical-coordinate representation of color #10E1A9: hue angle of 163.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E1A9 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 225 169 -
CMYK 0.93 0 0.25 0.12
HSL 163.92º 0.87% 0.47% -
HSV(B) 163.92º 0.93% 0.88% -
XYZ 34.3 56.83 46.7 -
YUV 156.13 135.26 28.05 -
System Red Green Blue C M Y K H S L
Decimal 16 225 169 0.93 0 0.25 0.12 163.92 0.87 0.47
Hex 10 E1 A9 5D 0 19 C A4 57 2F
Octal 20 341 251 135 0 31 14 244 127 57
Binary 10000 11100001 10101001 1011101 0 11001 1100 10100100 1010111 101111

Color Harmonies of #10E1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E1A9

Black with #10E1A9

Text Example


Text Example

White with #10E1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,225,169); }

 H1.HeaderClassName
 {
   color: #10E1A9;
 }
 .AnyTagClassName
 {
   color: #10E1A9;
 }
</style>

background-color css

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

 a { background-color: rgb(16,225,169); }

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

border-color css

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

 span { border-color: rgb(16,225,169); }

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