Html Css Color HEX #0ED9A3 Caribbean Green

📋 copy color: '#0ED9A3'

red 14 ◦ green 217 ◦ blue 163

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

Shades of Caribbean Green #0ED9A3

Tints of Caribbean Green #0ED9A3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.08%

 BLUE value IS 163 (64.06% from 255) = 41.37%

R = 3.55%
G = 55.08%
B = 41.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#0ED9A3 (or 0x0ED9A3) is known color: Caribbean Green. HEX triplet: 0E, D9 and A3. RGB value is (14,217,163). Sum of RGB (Red+Green+Blue) = 14+217+163=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED9A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED9A3 is #F1265C. Grayscale: #969696. Windows color (decimal): -15803997 or 10737934. OLE color: 10737934.

HSL color Cylindrical-coordinate representation of color #0ED9A3: hue angle of 164.04º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED9A3 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 217 163 -
CMYK 0.94 0 0.25 0.15
HSL 164.04º 0.88% 0.45% -
HSV(B) 164.04º 0.94% 0.85% -
XYZ 31.6 52.36 43.09 -
YUV 150.15 135.25 30.89 -
System Red Green Blue C M Y K H S L
Decimal 14 217 163 0.94 0 0.25 0.15 164.04 0.88 0.45
Hex E D9 A3 5E 0 19 F A4 58 2D
Octal 16 331 243 136 0 31 17 244 130 55
Binary 1110 11011001 10100011 1011110 0 11001 1111 10100100 1011000 101101

Color Harmonies of #0ED9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED9A3

Black with #0ED9A3

Text Example


Text Example

White with #0ED9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,217,163); }

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

background-color css

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

 a { background-color: rgb(14,217,163); }

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

border-color css

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

 span { border-color: rgb(14,217,163); }

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