Html Css Color HEX #0EDBA5 Caribbean Green

📋 copy color: '#0EDBA5'

red 14 ◦ green 219 ◦ blue 165

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

Shades of Caribbean Green #0EDBA5

Tints of Caribbean Green #0EDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.46%

R = 3.52%
G = 55.03%
B = 41.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#0EDBA5 (or 0x0EDBA5) is known color: Caribbean Green. HEX triplet: 0E, DB and A5. RGB value is (14,219,165). Sum of RGB (Red+Green+Blue) = 14+219+165=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDBA5 is #F1245A. Grayscale: #979797. Windows color (decimal): -15803483 or 10869518. OLE color: 10869518.

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

Color convert

RGB 14 219 165 -
CMYK 0.94 0 0.25 0.14
HSL 164.2º 0.88% 0.46% -
HSV(B) 164.2º 0.94% 0.86% -
XYZ 32.3 53.47 44.22 -
YUV 151.55 135.58 29.89 -
System Red Green Blue C M Y K H S L
Decimal 14 219 165 0.94 0 0.25 0.14 164.2 0.88 0.46
Hex E DB A5 5E 0 19 E A4 58 2E
Octal 16 333 245 136 0 31 16 244 130 56
Binary 1110 11011011 10100101 1011110 0 11001 1110 10100100 1011000 101110

Color Harmonies of #0EDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBA5

Black with #0EDBA5

Text Example


Text Example

White with #0EDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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