Html Css Color HEX #0EDCA6 Caribbean Green

📋 copy color: '#0EDCA6'

red 14 ◦ green 220 ◦ blue 166

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

Shades of Caribbean Green #0EDCA6

Tints of Caribbean Green #0EDCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55%

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

R = 3.5%
G = 55%
B = 41.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#0EDCA6 (or 0x0EDCA6) is known color: Caribbean Green. HEX triplet: 0E, DC and A6. RGB value is (14,220,166). Sum of RGB (Red+Green+Blue) = 14+220+166=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDCA6 is #F12359. Grayscale: #989898. Windows color (decimal): -15803226 or 10935310. OLE color: 10935310.

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

Color convert

RGB 14 220 166 -
CMYK 0.94 0 0.25 0.14
HSL 164.27º 0.88% 0.46% -
HSV(B) 164.27º 0.94% 0.86% -
XYZ 32.66 54.03 44.78 -
YUV 152.25 135.75 29.39 -
System Red Green Blue C M Y K H S L
Decimal 14 220 166 0.94 0 0.25 0.14 164.27 0.88 0.46
Hex E DC A6 5E 0 19 E A4 58 2E
Octal 16 334 246 136 0 31 16 244 130 56
Binary 1110 11011100 10100110 1011110 0 11001 1110 10100100 1011000 101110

Color Harmonies of #0EDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCA6

Black with #0EDCA6

Text Example


Text Example

White with #0EDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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