Html Css Color HEX #0EE2AD Caribbean Green

📋 copy color: '#0EE2AD'

red 14 ◦ green 226 ◦ blue 173

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

Shades of Caribbean Green #0EE2AD

Tints of Caribbean Green #0EE2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.72%

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 3.39%
G = 54.72%
B = 41.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#0EE2AD (or 0x0EE2AD) is known color: Caribbean Green. HEX triplet: 0E, E2 and AD. RGB value is (14,226,173). Sum of RGB (Red+Green+Blue) = 14+226+173=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE2AD is #F11D52. Grayscale: #9C9C9C. Windows color (decimal): -15801683 or 11395598. OLE color: 11395598.

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

Color convert

RGB 14 226 173 -
CMYK 0.94 0 0.23 0.11
HSL 165º 0.88% 0.47% -
HSV(B) 165º 0.94% 0.89% -
XYZ 34.92 57.5 48.79 -
YUV 156.57 137.26 26.31 -
System Red Green Blue C M Y K H S L
Decimal 14 226 173 0.94 0 0.23 0.11 165 0.88 0.47
Hex E E2 AD 5E 0 17 B A5 58 2F
Octal 16 342 255 136 0 27 13 245 130 57
Binary 1110 11100010 10101101 1011110 0 10111 1011 10100101 1011000 101111

Color Harmonies of #0EE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE2AD

Black with #0EE2AD

Text Example


Text Example

White with #0EE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,226,173); }

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

background-color css

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

 a { background-color: rgb(14,226,173); }

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

border-color css

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

 span { border-color: rgb(14,226,173); }

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