Html Css Color HEX #0EDB8C Caribbean Green

📋 copy color: '#0EDB8C'

red 14 ◦ green 219 ◦ blue 140

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

Shades of Caribbean Green #0EDB8C

Tints of Caribbean Green #0EDB8C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.71%

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 3.75%
G = 58.71%
B = 37.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#0EDB8C (or 0x0EDB8C) is known color: Caribbean Green. HEX triplet: 0E, DB and 8C. RGB value is (14,219,140). Sum of RGB (Red+Green+Blue) = 14+219+140=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDB8C is #F12473. Grayscale: #949494. Windows color (decimal): -15803508 or 9231118. OLE color: 9231118.

HSL color Cylindrical-coordinate representation of color #0EDB8C: hue angle of 156.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDB8C is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 219 140 -
CMYK 0.94 0 0.36 0.14
HSL 156.88º 0.88% 0.46% -
HSV(B) 156.88º 0.94% 0.86% -
XYZ 30.25 52.65 33.38 -
YUV 148.7 123.08 31.92 -
System Red Green Blue C M Y K H S L
Decimal 14 219 140 0.94 0 0.36 0.14 156.88 0.88 0.46
Hex E DB 8C 5E 0 24 E 9D 58 2E
Octal 16 333 214 136 0 44 16 235 130 56
Binary 1110 11011011 10001100 1011110 0 100100 1110 10011101 1011000 101110

Color Harmonies of #0EDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDB8C

Black with #0EDB8C

Text Example


Text Example

White with #0EDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,219,140); }

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

background-color css

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

 a { background-color: rgb(14,219,140); }

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

border-color css

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

 span { border-color: rgb(14,219,140); }

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