Html Css Color HEX #0EBCB5 Light Sea Green

📋 copy color: '#0EBCB5'

red 14 ◦ green 188 ◦ blue 181

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

Shades of Light Sea Green #0EBCB5

Tints of Light Sea Green #0EBCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 3.66%
G = 49.09%
B = 47.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#0EBCB5 (or 0x0EBCB5) is known color: Light Sea Green. HEX triplet: 0E, BC and B5. RGB value is (14,188,181). Sum of RGB (Red+Green+Blue) = 14+188+181=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBCB5 is #F1434A. Grayscale: #878787. Windows color (decimal): -15811403 or 11910158. OLE color: 11910158.

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

Color convert

RGB 14 188 181 -
CMYK 0.93 0 0.04 0.26
HSL 177.59º 0.86% 0.4% -
HSV(B) 177.59º 0.93% 0.74% -
XYZ 26.5 39.4 49.92 -
YUV 135.18 153.85 41.57 -
System Red Green Blue C M Y K H S L
Decimal 14 188 181 0.93 0 0.04 0.26 177.59 0.86 0.4
Hex E BC B5 5D 0 4 1A B2 56 28
Octal 16 274 265 135 0 4 32 262 126 50
Binary 1110 10111100 10110101 1011101 0 100 11010 10110010 1010110 101000

Color Harmonies of #0EBCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBCB5

Black with #0EBCB5

Text Example


Text Example

White with #0EBCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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