Html Css Color HEX #0EDAAC Caribbean Green

📋 copy color: '#0EDAAC'

red 14 ◦ green 218 ◦ blue 172

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

Shades of Caribbean Green #0EDAAC

Tints of Caribbean Green #0EDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.96%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 3.47%
G = 53.96%
B = 42.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#0EDAAC (or 0x0EDAAC) is known color: Caribbean Green. HEX triplet: 0E, DA and AC. RGB value is (14,218,172). Sum of RGB (Red+Green+Blue) = 14+218+172=404 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDAAC is #F12553. Grayscale: #979797. Windows color (decimal): -15803732 or 11328014. OLE color: 11328014.

HSL color Cylindrical-coordinate representation of color #0EDAAC: hue angle of 166.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDAAC is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 218 172 -
CMYK 0.94 0 0.21 0.15
HSL 166.47º 0.88% 0.45% -
HSV(B) 166.47º 0.94% 0.85% -
XYZ 32.7 53.21 47.58 -
YUV 151.76 139.41 29.74 -
System Red Green Blue C M Y K H S L
Decimal 14 218 172 0.94 0 0.21 0.15 166.47 0.88 0.45
Hex E DA AC 5E 0 15 F A6 58 2D
Octal 16 332 254 136 0 25 17 246 130 55
Binary 1110 11011010 10101100 1011110 0 10101 1111 10100110 1011000 101101

Color Harmonies of #0EDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDAAC

Black with #0EDAAC

Text Example


Text Example

White with #0EDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,218,172); }

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

background-color css

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

 a { background-color: rgb(14,218,172); }

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

border-color css

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

 span { border-color: rgb(14,218,172); }

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