Html Css Color HEX #0EE0AE Caribbean Green

📋 copy color: '#0EE0AE'

red 14 ◦ green 224 ◦ blue 174

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

Shades of Caribbean Green #0EE0AE

Tints of Caribbean Green #0EE0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 3.4%
G = 54.37%
B = 42.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#0EE0AE (or 0x0EE0AE) is known color: Caribbean Green. HEX triplet: 0E, E0 and AE. RGB value is (14,224,174). Sum of RGB (Red+Green+Blue) = 14+224+174=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE0AE is #F11F51. Grayscale: #9B9B9B. Windows color (decimal): -15802194 or 11460622. OLE color: 11460622.

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

Color convert

RGB 14 224 174 -
CMYK 0.94 0 0.22 0.12
HSL 165.71º 0.88% 0.47% -
HSV(B) 165.71º 0.94% 0.88% -
XYZ 34.48 56.46 49.13 -
YUV 155.51 138.43 27.07 -
System Red Green Blue C M Y K H S L
Decimal 14 224 174 0.94 0 0.22 0.12 165.71 0.88 0.47
Hex E E0 AE 5E 0 16 C A6 58 2F
Octal 16 340 256 136 0 26 14 246 130 57
Binary 1110 11100000 10101110 1011110 0 10110 1100 10100110 1011000 101111

Color Harmonies of #0EE0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0AE

Black with #0EE0AE

Text Example


Text Example

White with #0EE0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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