Html Css Color HEX #0ED79D Caribbean Green

📋 copy color: '#0ED79D'

red 14 ◦ green 215 ◦ blue 157

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

Shades of Caribbean Green #0ED79D

Tints of Caribbean Green #0ED79D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.7%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 3.63%
G = 55.7%
B = 40.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#0ED79D (or 0x0ED79D) is known color: Caribbean Green. HEX triplet: 0E, D7 and 9D. RGB value is (14,215,157). Sum of RGB (Red+Green+Blue) = 14+215+157=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED79D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED79D is #F12862. Grayscale: #949494. Windows color (decimal): -15804515 or 10344206. OLE color: 10344206.

HSL color Cylindrical-coordinate representation of color #0ED79D: hue angle of 162.69º 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 #0ED79D is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 215 157 -
CMYK 0.93 0 0.27 0.16
HSL 162.69º 0.88% 0.45% -
HSV(B) 162.69º 0.93% 0.84% -
XYZ 30.57 51.13 40.16 -
YUV 148.29 132.91 32.22 -
System Red Green Blue C M Y K H S L
Decimal 14 215 157 0.93 0 0.27 0.16 162.69 0.88 0.45
Hex E D7 9D 5D 0 1B 10 A3 58 2D
Octal 16 327 235 135 0 33 20 243 130 55
Binary 1110 11010111 10011101 1011101 0 11011 10000 10100011 1011000 101101

Color Harmonies of #0ED79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED79D

Black with #0ED79D

Text Example


Text Example

White with #0ED79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,215,157); }

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

background-color css

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

 a { background-color: rgb(14,215,157); }

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

border-color css

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

 span { border-color: rgb(14,215,157); }

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