Html Css Color HEX #0EDA7D Caribbean Green

📋 copy color: '#0EDA7D'

red 14 ◦ green 218 ◦ blue 125

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

Shades of Caribbean Green #0EDA7D

Tints of Caribbean Green #0EDA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 3.92%
G = 61.06%
B = 35.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#0EDA7D (or 0x0EDA7D) is known color: Caribbean Green. HEX triplet: 0E, DA and 7D. RGB value is (14,218,125). Sum of RGB (Red+Green+Blue) = 14+218+125=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 218 (85.55% from 255 or 61.06% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDA7D is #F12582. Grayscale: #929292. Windows color (decimal): -15803779 or 8247822. OLE color: 8247822.

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

Color convert

RGB 14 218 125 -
CMYK 0.94 0 0.43 0.15
HSL 152.65º 0.88% 0.45% -
HSV(B) 152.65º 0.94% 0.85% -
XYZ 28.95 51.72 27.86 -
YUV 146.4 115.91 33.56 -
System Red Green Blue C M Y K H S L
Decimal 14 218 125 0.94 0 0.43 0.15 152.65 0.88 0.45
Hex E DA 7D 5E 0 2B F 99 58 2D
Octal 16 332 175 136 0 53 17 231 130 55
Binary 1110 11011010 1111101 1011110 0 101011 1111 10011001 1011000 101101

Color Harmonies of #0EDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDA7D

Black with #0EDA7D

Text Example


Text Example

White with #0EDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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