Html Css Color HEX #0ED9AB Caribbean Green

📋 copy color: '#0ED9AB'

red 14 ◦ green 217 ◦ blue 171

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

Shades of Caribbean Green #0ED9AB

Tints of Caribbean Green #0ED9AB

RGB

 RED value IS 14 (5.86% from 255) = 3.48%

 GREEN value IS 217 (85.16% from 255) = 53.98%

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 3.48%
G = 53.98%
B = 42.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#0ED9AB (or 0x0ED9AB) is known color: Caribbean Green. HEX triplet: 0E, D9 and AB. RGB value is (14,217,171). Sum of RGB (Red+Green+Blue) = 14+217+171=402 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.48% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED9AB is #F12654. Grayscale: #979797. Windows color (decimal): -15803989 or 11262222. OLE color: 11262222.

HSL color Cylindrical-coordinate representation of color #0ED9AB: hue angle of 166.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED9AB is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 217 171 -
CMYK 0.94 0 0.21 0.15
HSL 166.4º 0.88% 0.45% -
HSV(B) 166.4º 0.94% 0.85% -
XYZ 32.34 52.66 46.99 -
YUV 151.06 139.25 30.24 -
System Red Green Blue C M Y K H S L
Decimal 14 217 171 0.94 0 0.21 0.15 166.4 0.88 0.45
Hex E D9 AB 5E 0 15 F A6 58 2D
Octal 16 331 253 136 0 25 17 246 130 55
Binary 1110 11011001 10101011 1011110 0 10101 1111 10100110 1011000 101101

Color Harmonies of #0ED9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED9AB

Black with #0ED9AB

Text Example


Text Example

White with #0ED9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ED9AB; }

 p { color: rgb(14,217,171); }

 H1.HeaderClassName
 {
   color: #0ED9AB;
 }
 .AnyTagClassName
 {
   color: #0ED9AB;
 }
</style>

background-color css

<style>
 a { background-color: #0ED9AB; }

 a { background-color: rgb(14,217,171); }

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

border-color css

<style>
 span { border-color: #0ED9AB; }

 span { border-color: rgb(14,217,171); }

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