Html Css Color HEX #0ED6AB Caribbean Green

📋 copy color: '#0ED6AB'

red 14 ◦ green 214 ◦ blue 171

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

Shades of Caribbean Green #0ED6AB

Tints of Caribbean Green #0ED6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.63%

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

R = 3.51%
G = 53.63%
B = 42.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#0ED6AB (or 0x0ED6AB) is known color: Caribbean Green. HEX triplet: 0E, D6 and AB. RGB value is (14,214,171). Sum of RGB (Red+Green+Blue) = 14+214+171=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED6AB is #F12954. Grayscale: #959595. Windows color (decimal): -15804757 or 11261454. OLE color: 11261454.

HSL color Cylindrical-coordinate representation of color #0ED6AB: hue angle of 167.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED6AB is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 171 -
CMYK 0.93 0 0.20 0.16
HSL 167.1º 0.88% 0.45% -
HSV(B) 167.1º 0.93% 0.84% -
XYZ 31.58 51.13 46.73 -
YUV 149.3 140.24 31.5 -
System Red Green Blue C M Y K H S L
Decimal 14 214 171 0.93 0 0.20 0.16 167.1 0.88 0.45
Hex E D6 AB 5D 0 14 10 A7 58 2D
Octal 16 326 253 135 0 24 20 247 130 55
Binary 1110 11010110 10101011 1011101 0 10100 10000 10100111 1011000 101101

Color Harmonies of #0ED6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED6AB

Black with #0ED6AB

Text Example


Text Example

White with #0ED6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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