Html Css Color HEX #0EDC97 Caribbean Green

📋 copy color: '#0EDC97'

red 14 ◦ green 220 ◦ blue 151

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

Shades of Caribbean Green #0EDC97

Tints of Caribbean Green #0EDC97

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.14%

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 3.64%
G = 57.14%
B = 39.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#0EDC97 (or 0x0EDC97) is known color: Caribbean Green. HEX triplet: 0E, DC and 97. RGB value is (14,220,151). Sum of RGB (Red+Green+Blue) = 14+220+151=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDC97 is #F12368. Grayscale: #969696. Windows color (decimal): -15803241 or 9952270. OLE color: 9952270.

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

Color convert

RGB 14 220 151 -
CMYK 0.94 0 0.31 0.14
HSL 159.9º 0.88% 0.46% -
HSV(B) 159.9º 0.94% 0.86% -
XYZ 31.36 53.51 37.95 -
YUV 150.54 128.25 30.61 -
System Red Green Blue C M Y K H S L
Decimal 14 220 151 0.94 0 0.31 0.14 159.9 0.88 0.46
Hex E DC 97 5E 0 1F E A0 58 2E
Octal 16 334 227 136 0 37 16 240 130 56
Binary 1110 11011100 10010111 1011110 0 11111 1110 10100000 1011000 101110

Color Harmonies of #0EDC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDC97

Black with #0EDC97

Text Example


Text Example

White with #0EDC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,220,151); }

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

background-color css

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

 a { background-color: rgb(14,220,151); }

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

border-color css

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

 span { border-color: rgb(14,220,151); }

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