Html Css Color HEX #0EDDA6 Caribbean Green

📋 copy color: '#0EDDA6'

red 14 ◦ green 221 ◦ blue 166

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

Shades of Caribbean Green #0EDDA6

Tints of Caribbean Green #0EDDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.4%

R = 3.49%
G = 55.11%
B = 41.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#0EDDA6 (or 0x0EDDA6) is known color: Caribbean Green. HEX triplet: 0E, DD and A6. RGB value is (14,221,166). Sum of RGB (Red+Green+Blue) = 14+221+166=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDDA6 is #F12259. Grayscale: #989898. Windows color (decimal): -15802970 or 10935566. OLE color: 10935566.

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

Color convert

RGB 14 221 166 -
CMYK 0.94 0 0.25 0.13
HSL 164.06º 0.88% 0.46% -
HSV(B) 164.06º 0.94% 0.87% -
XYZ 32.92 54.56 44.87 -
YUV 152.84 135.42 28.97 -
System Red Green Blue C M Y K H S L
Decimal 14 221 166 0.94 0 0.25 0.13 164.06 0.88 0.46
Hex E DD A6 5E 0 19 D A4 58 2E
Octal 16 335 246 136 0 31 15 244 130 56
Binary 1110 11011101 10100110 1011110 0 11001 1101 10100100 1011000 101110

Color Harmonies of #0EDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDDA6

Black with #0EDDA6

Text Example


Text Example

White with #0EDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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