Html Css Color HEX #10DF9E Caribbean Green

📋 copy color: '#10DF9E'

red 16 ◦ green 223 ◦ blue 158

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

Shades of Caribbean Green #10DF9E

Tints of Caribbean Green #10DF9E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.17%

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 4.03%
G = 56.17%
B = 39.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#10DF9E (or 0x10DF9E) is known color: Caribbean Green. HEX triplet: 10, DF and 9E. RGB value is (16,223,158). Sum of RGB (Red+Green+Blue) = 16+223+158=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DF9E is #EF2061. Grayscale: #999999. Windows color (decimal): -15671394 or 10411792. OLE color: 10411792.

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

Color convert

RGB 16 223 158 -
CMYK 0.93 0 0.29 0.13
HSL 161.16º 0.87% 0.47% -
HSV(B) 161.16º 0.93% 0.87% -
XYZ 32.77 55.35 41.3 -
YUV 153.7 130.42 29.79 -
System Red Green Blue C M Y K H S L
Decimal 16 223 158 0.93 0 0.29 0.13 161.16 0.87 0.47
Hex 10 DF 9E 5D 0 1D D A1 57 2F
Octal 20 337 236 135 0 35 15 241 127 57
Binary 10000 11011111 10011110 1011101 0 11101 1101 10100001 1010111 101111

Color Harmonies of #10DF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DF9E

Black with #10DF9E

Text Example


Text Example

White with #10DF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,223,158); }

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

background-color css

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

 a { background-color: rgb(16,223,158); }

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

border-color css

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

 span { border-color: rgb(16,223,158); }

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