Html Css Color HEX #0EBDB4 Light Sea Green

📋 copy color: '#0EBDB4'

red 14 ◦ green 189 ◦ blue 180

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

Shades of Light Sea Green #0EBDB4

Tints of Light Sea Green #0EBDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47%

R = 3.66%
G = 49.35%
B = 47%

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

#0EBDB4 (or 0x0EBDB4) is known color: Light Sea Green. HEX triplet: 0E, BD and B4. RGB value is (14,189,180). Sum of RGB (Red+Green+Blue) = 14+189+180=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDB4 is #F1424B. Grayscale: #878787. Windows color (decimal): -15811148 or 11844878. OLE color: 11844878.

HSL color Cylindrical-coordinate representation of color #0EBDB4: hue angle of 176.91º 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 #0EBDB4 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 189 180 -
CMYK 0.93 0 0.05 0.26
HSL 176.91º 0.86% 0.4% -
HSV(B) 176.91º 0.93% 0.74% -
XYZ 26.62 39.78 49.46 -
YUV 135.65 153.02 41.23 -
System Red Green Blue C M Y K H S L
Decimal 14 189 180 0.93 0 0.05 0.26 176.91 0.86 0.4
Hex E BD B4 5D 0 5 1A B1 56 28
Octal 16 275 264 135 0 5 32 261 126 50
Binary 1110 10111101 10110100 1011101 0 101 11010 10110001 1010110 101000

Color Harmonies of #0EBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBDB4

Black with #0EBDB4

Text Example


Text Example

White with #0EBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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