Html Css Color HEX #0EDEAB Caribbean Green

📋 copy color: '#0EDEAB'

red 14 ◦ green 222 ◦ blue 171

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

Shades of Caribbean Green #0EDEAB

Tints of Caribbean Green #0EDEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.55%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 3.44%
G = 54.55%
B = 42.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#0EDEAB (or 0x0EDEAB) is known color: Caribbean Green. HEX triplet: 0E, DE and AB. RGB value is (14,222,171). Sum of RGB (Red+Green+Blue) = 14+222+171=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDEAB is #F12154. Grayscale: #999999. Windows color (decimal): -15802709 or 11263502. OLE color: 11263502.

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

Color convert

RGB 14 222 171 -
CMYK 0.94 0 0.23 0.13
HSL 165.29º 0.88% 0.46% -
HSV(B) 165.29º 0.94% 0.87% -
XYZ 33.65 55.28 47.42 -
YUV 153.99 137.59 28.15 -
System Red Green Blue C M Y K H S L
Decimal 14 222 171 0.94 0 0.23 0.13 165.29 0.88 0.46
Hex E DE AB 5E 0 17 D A5 58 2E
Octal 16 336 253 136 0 27 15 245 130 56
Binary 1110 11011110 10101011 1011110 0 10111 1101 10100101 1011000 101110

Color Harmonies of #0EDEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDEAB

Black with #0EDEAB

Text Example


Text Example

White with #0EDEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,222,171); }

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

background-color css

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

 a { background-color: rgb(14,222,171); }

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

border-color css

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

 span { border-color: rgb(14,222,171); }

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