Html Css Color HEX #0EDDB2 Caribbean Green

📋 copy color: '#0EDDB2'

red 14 ◦ green 221 ◦ blue 178

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

Shades of Caribbean Green #0EDDB2

Tints of Caribbean Green #0EDDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.51%

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 3.39%
G = 53.51%
B = 43.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#0EDDB2 (or 0x0EDDB2) is known color: Caribbean Green. HEX triplet: 0E, DD and B2. RGB value is (14,221,178). Sum of RGB (Red+Green+Blue) = 14+221+178=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDDB2 is #F1224D. Grayscale: #9A9A9A. Windows color (decimal): -15802958 or 11721998. OLE color: 11721998.

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

Color convert

RGB 14 221 178 -
CMYK 0.94 0 0.19 0.13
HSL 167.54º 0.88% 0.46% -
HSV(B) 167.54º 0.94% 0.87% -
XYZ 34.07 55.02 50.94 -
YUV 154.21 141.42 28 -
System Red Green Blue C M Y K H S L
Decimal 14 221 178 0.94 0 0.19 0.13 167.54 0.88 0.46
Hex E DD B2 5E 0 13 D A8 58 2E
Octal 16 335 262 136 0 23 15 250 130 56
Binary 1110 11011101 10110010 1011110 0 10011 1101 10101000 1011000 101110

Color Harmonies of #0EDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDDB2

Black with #0EDDB2

Text Example


Text Example

White with #0EDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,178); }

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

background-color css

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

 a { background-color: rgb(14,221,178); }

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

border-color css

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

 span { border-color: rgb(14,221,178); }

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