Html Css Color HEX #0EBCB2 Light Sea Green

📋 copy color: '#0EBCB2'

red 14 ◦ green 188 ◦ blue 178

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

Shades of Light Sea Green #0EBCB2

Tints of Light Sea Green #0EBCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.84%

R = 3.68%
G = 49.47%
B = 46.84%

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

#0EBCB2 (or 0x0EBCB2) is known color: Light Sea Green. HEX triplet: 0E, BC and B2. RGB value is (14,188,178). Sum of RGB (Red+Green+Blue) = 14+188+178=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBCB2 is #F1434D. Grayscale: #868686. Windows color (decimal): -15811406 or 11713550. OLE color: 11713550.

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

Color convert

RGB 14 188 178 -
CMYK 0.93 0 0.05 0.26
HSL 176.55º 0.86% 0.4% -
HSV(B) 176.55º 0.93% 0.74% -
XYZ 26.2 39.27 48.32 -
YUV 134.83 152.35 41.81 -
System Red Green Blue C M Y K H S L
Decimal 14 188 178 0.93 0 0.05 0.26 176.55 0.86 0.4
Hex E BC B2 5D 0 5 1A B1 56 28
Octal 16 274 262 135 0 5 32 261 126 50
Binary 1110 10111100 10110010 1011101 0 101 11010 10110001 1010110 101000

Color Harmonies of #0EBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBCB2

Black with #0EBCB2

Text Example


Text Example

White with #0EBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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