Html Css Color HEX #0EDA89 Caribbean Green

📋 copy color: '#0EDA89'

red 14 ◦ green 218 ◦ blue 137

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

Shades of Caribbean Green #0EDA89

Tints of Caribbean Green #0EDA89

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.08%

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 3.79%
G = 59.08%
B = 37.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#0EDA89 (or 0x0EDA89) is known color: Caribbean Green. HEX triplet: 0E, DA and 89. RGB value is (14,218,137). Sum of RGB (Red+Green+Blue) = 14+218+137=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDA89 is #F12576. Grayscale: #939393. Windows color (decimal): -15803767 or 9034254. OLE color: 9034254.

HSL color Cylindrical-coordinate representation of color #0EDA89: hue angle of 156.18º 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 #0EDA89 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 218 137 -
CMYK 0.94 0 0.37 0.15
HSL 156.18º 0.88% 0.45% -
HSV(B) 156.18º 0.94% 0.85% -
XYZ 29.77 52.04 32.14 -
YUV 147.77 121.91 32.59 -
System Red Green Blue C M Y K H S L
Decimal 14 218 137 0.94 0 0.37 0.15 156.18 0.88 0.45
Hex E DA 89 5E 0 25 F 9C 58 2D
Octal 16 332 211 136 0 45 17 234 130 55
Binary 1110 11011010 10001001 1011110 0 100101 1111 10011100 1011000 101101

Color Harmonies of #0EDA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDA89

Black with #0EDA89

Text Example


Text Example

White with #0EDA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,218,137); }

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

background-color css

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

 a { background-color: rgb(14,218,137); }

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

border-color css

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

 span { border-color: rgb(14,218,137); }

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