Html Css Color HEX #0EDDB4 Caribbean Green

📋 copy color: '#0EDDB4'

red 14 ◦ green 221 ◦ blue 180

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

Shades of Caribbean Green #0EDDB4

Tints of Caribbean Green #0EDDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 3.37%
G = 53.25%
B = 43.37%

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

#0EDDB4 (or 0x0EDDB4) is known color: Caribbean Green. HEX triplet: 0E, DD and B4. RGB value is (14,221,180). Sum of RGB (Red+Green+Blue) = 14+221+180=415 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDB4 is #F1224B. Grayscale: #9A9A9A. Windows color (decimal): -15802956 or 11853070. OLE color: 11853070.

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

Color convert

RGB 14 221 180 -
CMYK 0.94 0 0.19 0.13
HSL 168.12º 0.88% 0.46% -
HSV(B) 168.12º 0.94% 0.87% -
XYZ 34.28 55.1 52.01 -
YUV 154.43 142.42 27.83 -
System Red Green Blue C M Y K H S L
Decimal 14 221 180 0.94 0 0.19 0.13 168.12 0.88 0.46
Hex E DD B4 5E 0 13 D A8 58 2E
Octal 16 335 264 136 0 23 15 250 130 56
Binary 1110 11011101 10110100 1011110 0 10011 1101 10101000 1011000 101110

Color Harmonies of #0EDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDDB4

Black with #0EDDB4

Text Example


Text Example

White with #0EDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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