Html Css Color HEX #0ED1AB Caribbean Green

📋 copy color: '#0ED1AB'

red 14 ◦ green 209 ◦ blue 171

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

Shades of Caribbean Green #0ED1AB

Tints of Caribbean Green #0ED1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.05%

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

R = 3.55%
G = 53.05%
B = 43.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#0ED1AB (or 0x0ED1AB) is known color: Caribbean Green. HEX triplet: 0E, D1 and AB. RGB value is (14,209,171). Sum of RGB (Red+Green+Blue) = 14+209+171=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED1AB is #F12E54. Grayscale: #929292. Windows color (decimal): -15806037 or 11260174. OLE color: 11260174.

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

Color convert

RGB 14 209 171 -
CMYK 0.93 0 0.18 0.18
HSL 168.31º 0.87% 0.44% -
HSV(B) 168.31º 0.93% 0.82% -
XYZ 30.33 48.63 46.32 -
YUV 146.36 141.9 33.59 -
System Red Green Blue C M Y K H S L
Decimal 14 209 171 0.93 0 0.18 0.18 168.31 0.87 0.44
Hex E D1 AB 5D 0 12 12 A8 57 2C
Octal 16 321 253 135 0 22 22 250 127 54
Binary 1110 11010001 10101011 1011101 0 10010 10010 10101000 1010111 101100

Color Harmonies of #0ED1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED1AB

Black with #0ED1AB

Text Example


Text Example

White with #0ED1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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