Html Css Color HEX #0EDAB3 Caribbean Green

📋 copy color: '#0EDAB3'

red 14 ◦ green 218 ◦ blue 179

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

Shades of Caribbean Green #0EDAB3

Tints of Caribbean Green #0EDAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.55%

R = 3.41%
G = 53.04%
B = 43.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#0EDAB3 (or 0x0EDAB3) is known color: Caribbean Green. HEX triplet: 0E, DA and B3. RGB value is (14,218,179). Sum of RGB (Red+Green+Blue) = 14+218+179=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDAB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDAB3 is #F1254C. Grayscale: #989898. Windows color (decimal): -15803725 or 11786766. OLE color: 11786766.

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

Color convert

RGB 14 218 179 -
CMYK 0.94 0 0.18 0.15
HSL 168.53º 0.88% 0.45% -
HSV(B) 168.53º 0.94% 0.85% -
XYZ 33.39 53.49 51.21 -
YUV 152.56 142.91 29.17 -
System Red Green Blue C M Y K H S L
Decimal 14 218 179 0.94 0 0.18 0.15 168.53 0.88 0.45
Hex E DA B3 5E 0 12 F A9 58 2D
Octal 16 332 263 136 0 22 17 251 130 55
Binary 1110 11011010 10110011 1011110 0 10010 1111 10101001 1011000 101101

Color Harmonies of #0EDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDAB3

Black with #0EDAB3

Text Example


Text Example

White with #0EDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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