Html Css Color HEX #0EDDB0 Caribbean Green

📋 copy color: '#0EDDB0'

red 14 ◦ green 221 ◦ blue 176

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

Shades of Caribbean Green #0EDDB0

Tints of Caribbean Green #0EDDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 3.41%
G = 53.77%
B = 42.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#0EDDB0 (or 0x0EDDB0) is known color: Caribbean Green. HEX triplet: 0E, DD and B0. RGB value is (14,221,176). Sum of RGB (Red+Green+Blue) = 14+221+176=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDDB0 is #F1224F. Grayscale: #999999. Windows color (decimal): -15802960 or 11590926. OLE color: 11590926.

HSL color Cylindrical-coordinate representation of color #0EDDB0: hue angle of 166.96º 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 #0EDDB0 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 221 176 -
CMYK 0.94 0 0.20 0.13
HSL 166.96º 0.88% 0.46% -
HSV(B) 166.96º 0.94% 0.87% -
XYZ 33.87 54.94 49.89 -
YUV 153.98 140.42 28.16 -
System Red Green Blue C M Y K H S L
Decimal 14 221 176 0.94 0 0.20 0.13 166.96 0.88 0.46
Hex E DD B0 5E 0 14 D A7 58 2E
Octal 16 335 260 136 0 24 15 247 130 56
Binary 1110 11011101 10110000 1011110 0 10100 1101 10100111 1011000 101110

Color Harmonies of #0EDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDDB0

Black with #0EDDB0

Text Example


Text Example

White with #0EDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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