Html Css Color HEX #0ED688 Caribbean Green

📋 copy color: '#0ED688'

red 14 ◦ green 214 ◦ blue 136

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

Shades of Caribbean Green #0ED688

Tints of Caribbean Green #0ED688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 3.85%
G = 58.79%
B = 37.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#0ED688 (or 0x0ED688) is known color: Caribbean Green. HEX triplet: 0E, D6 and 88. RGB value is (14,214,136). Sum of RGB (Red+Green+Blue) = 14+214+136=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED688 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED688 is #F12977. Grayscale: #919191. Windows color (decimal): -15804792 or 8967694. OLE color: 8967694.

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

Color convert

RGB 14 214 136 -
CMYK 0.93 0 0.36 0.16
HSL 156.6º 0.88% 0.45% -
HSV(B) 156.6º 0.93% 0.84% -
XYZ 28.67 49.96 31.43 -
YUV 145.31 122.74 34.34 -
System Red Green Blue C M Y K H S L
Decimal 14 214 136 0.93 0 0.36 0.16 156.6 0.88 0.45
Hex E D6 88 5D 0 24 10 9D 58 2D
Octal 16 326 210 135 0 44 20 235 130 55
Binary 1110 11010110 10001000 1011101 0 100100 10000 10011101 1011000 101101

Color Harmonies of #0ED688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED688

Black with #0ED688

Text Example


Text Example

White with #0ED688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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