Html Css Color HEX #0ED69C Caribbean Green

📋 copy color: '#0ED69C'

red 14 ◦ green 214 ◦ blue 156

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

Shades of Caribbean Green #0ED69C

Tints of Caribbean Green #0ED69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 3.65%
G = 55.73%
B = 40.63%

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

#0ED69C (or 0x0ED69C) is known color: Caribbean Green. HEX triplet: 0E, D6 and 9C. RGB value is (14,214,156). Sum of RGB (Red+Green+Blue) = 14+214+156=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED69C is #F12963. Grayscale: #939393. Windows color (decimal): -15804772 or 10278414. OLE color: 10278414.

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

Color convert

RGB 14 214 156 -
CMYK 0.93 0 0.27 0.16
HSL 162.6º 0.88% 0.45% -
HSV(B) 162.6º 0.93% 0.84% -
XYZ 30.23 50.59 39.62 -
YUV 147.59 132.74 32.72 -
System Red Green Blue C M Y K H S L
Decimal 14 214 156 0.93 0 0.27 0.16 162.6 0.88 0.45
Hex E D6 9C 5D 0 1B 10 A3 58 2D
Octal 16 326 234 135 0 33 20 243 130 55
Binary 1110 11010110 10011100 1011101 0 11011 10000 10100011 1011000 101101

Color Harmonies of #0ED69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED69C

Black with #0ED69C

Text Example


Text Example

White with #0ED69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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