Html Css Color HEX #0EE0AC Caribbean Green

📋 copy color: '#0EE0AC'

red 14 ◦ green 224 ◦ blue 172

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

Shades of Caribbean Green #0EE0AC

Tints of Caribbean Green #0EE0AC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.63%

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

R = 3.41%
G = 54.63%
B = 41.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#0EE0AC (or 0x0EE0AC) is known color: Caribbean Green. HEX triplet: 0E, E0 and AC. RGB value is (14,224,172). Sum of RGB (Red+Green+Blue) = 14+224+172=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE0AC is #F11F53. Grayscale: #9B9B9B. Windows color (decimal): -15802196 or 11329550. OLE color: 11329550.

HSL color Cylindrical-coordinate representation of color #0EE0AC: hue angle of 165.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE0AC is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 224 172 -
CMYK 0.94 0 0.23 0.12
HSL 165.14º 0.88% 0.47% -
HSV(B) 165.14º 0.94% 0.88% -
XYZ 34.28 56.38 48.11 -
YUV 155.28 137.43 27.23 -
System Red Green Blue C M Y K H S L
Decimal 14 224 172 0.94 0 0.23 0.12 165.14 0.88 0.47
Hex E E0 AC 5E 0 17 C A5 58 2F
Octal 16 340 254 136 0 27 14 245 130 57
Binary 1110 11100000 10101100 1011110 0 10111 1100 10100101 1011000 101111

Color Harmonies of #0EE0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0AC

Black with #0EE0AC

Text Example


Text Example

White with #0EE0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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