Html Css Color HEX #0EBDB7 Light Sea Green

📋 copy color: '#0EBDB7'

red 14 ◦ green 189 ◦ blue 183

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

Shades of Light Sea Green #0EBDB7

Tints of Light Sea Green #0EBDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 3.63%
G = 48.96%
B = 47.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#0EBDB7 (or 0x0EBDB7) is known color: Light Sea Green. HEX triplet: 0E, BD and B7. RGB value is (14,189,183). Sum of RGB (Red+Green+Blue) = 14+189+183=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDB7 is #F14248. Grayscale: #878787. Windows color (decimal): -15811145 or 12041486. OLE color: 12041486.

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

Color convert

RGB 14 189 183 -
CMYK 0.93 0 0.03 0.26
HSL 177.94º 0.86% 0.4% -
HSV(B) 177.94º 0.93% 0.74% -
XYZ 26.93 39.91 51.08 -
YUV 135.99 154.52 40.99 -
System Red Green Blue C M Y K H S L
Decimal 14 189 183 0.93 0 0.03 0.26 177.94 0.86 0.4
Hex E BD B7 5D 0 3 1A B2 56 28
Octal 16 275 267 135 0 3 32 262 126 50
Binary 1110 10111101 10110111 1011101 0 11 11010 10110010 1010110 101000

Color Harmonies of #0EBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBDB7

Black with #0EBDB7

Text Example


Text Example

White with #0EBDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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