Html Css Color HEX #0EBCAB Light Sea Green

📋 copy color: '#0EBCAB'

red 14 ◦ green 188 ◦ blue 171

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

Shades of Light Sea Green #0EBCAB

Tints of Light Sea Green #0EBCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.4%

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 3.75%
G = 50.4%
B = 45.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#0EBCAB (or 0x0EBCAB) is known color: Light Sea Green. HEX triplet: 0E, BC and AB. RGB value is (14,188,171). Sum of RGB (Red+Green+Blue) = 14+188+171=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBCAB is #F14354. Grayscale: #858585. Windows color (decimal): -15811413 or 11254798. OLE color: 11254798.

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

Color convert

RGB 14 188 171 -
CMYK 0.93 0 0.09 0.26
HSL 174.14º 0.86% 0.4% -
HSV(B) 174.14º 0.93% 0.74% -
XYZ 25.52 39 44.71 -
YUV 134.04 148.85 42.38 -
System Red Green Blue C M Y K H S L
Decimal 14 188 171 0.93 0 0.09 0.26 174.14 0.86 0.4
Hex E BC AB 5D 0 9 1A AE 56 28
Octal 16 274 253 135 0 11 32 256 126 50
Binary 1110 10111100 10101011 1011101 0 1001 11010 10101110 1010110 101000

Color Harmonies of #0EBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBCAB

Black with #0EBCAB

Text Example


Text Example

White with #0EBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,171); }

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

background-color css

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

 a { background-color: rgb(14,188,171); }

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

border-color css

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

 span { border-color: rgb(14,188,171); }

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