Html Css Color HEX #0EBDB3 Light Sea Green

📋 copy color: '#0EBDB3'

red 14 ◦ green 189 ◦ blue 179

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

Shades of Light Sea Green #0EBDB3

Tints of Light Sea Green #0EBDB3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.48%

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

R = 3.66%
G = 49.48%
B = 46.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#0EBDB3 (or 0x0EBDB3) is known color: Light Sea Green. HEX triplet: 0E, BD and B3. RGB value is (14,189,179). Sum of RGB (Red+Green+Blue) = 14+189+179=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDB3 is #F1424C. Grayscale: #878787. Windows color (decimal): -15811149 or 11779342. OLE color: 11779342.

HSL color Cylindrical-coordinate representation of color #0EBDB3: hue angle of 176.57º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBDB3 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 189 179 -
CMYK 0.93 0 0.05 0.26
HSL 176.57º 0.86% 0.4% -
HSV(B) 176.57º 0.93% 0.74% -
XYZ 26.52 39.74 48.92 -
YUV 135.54 152.52 41.31 -
System Red Green Blue C M Y K H S L
Decimal 14 189 179 0.93 0 0.05 0.26 176.57 0.86 0.4
Hex E BD B3 5D 0 5 1A B1 56 28
Octal 16 275 263 135 0 5 32 261 126 50
Binary 1110 10111101 10110011 1011101 0 101 11010 10110001 1010110 101000

Color Harmonies of #0EBDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBDB3

Black with #0EBDB3

Text Example


Text Example

White with #0EBDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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