Html Css Color HEX #0EDBAF Caribbean Green

📋 copy color: '#0EDBAF'

red 14 ◦ green 219 ◦ blue 175

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

Shades of Caribbean Green #0EDBAF

Tints of Caribbean Green #0EDBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.68%

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 3.43%
G = 53.68%
B = 42.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#0EDBAF (or 0x0EDBAF) is known color: Caribbean Green. HEX triplet: 0E, DB and AF. RGB value is (14,219,175). Sum of RGB (Red+Green+Blue) = 14+219+175=408 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.43% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDBAF is #F12450. Grayscale: #989898. Windows color (decimal): -15803473 or 11524878. OLE color: 11524878.

HSL color Cylindrical-coordinate representation of color #0EDBAF: hue angle of 167.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBAF is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 219 175 -
CMYK 0.94 0 0.20 0.14
HSL 167.12º 0.88% 0.46% -
HSV(B) 167.12º 0.94% 0.86% -
XYZ 33.25 53.85 49.2 -
YUV 152.69 140.58 29.08 -
System Red Green Blue C M Y K H S L
Decimal 14 219 175 0.94 0 0.20 0.14 167.12 0.88 0.46
Hex E DB AF 5E 0 14 E A7 58 2E
Octal 16 333 257 136 0 24 16 247 130 56
Binary 1110 11011011 10101111 1011110 0 10100 1110 10100111 1011000 101110

Color Harmonies of #0EDBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBAF

Black with #0EDBAF

Text Example


Text Example

White with #0EDBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,219,175); }

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

background-color css

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

 a { background-color: rgb(14,219,175); }

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

border-color css

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

 span { border-color: rgb(14,219,175); }

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