Html Css Color HEX #0EBFB2 Light Sea Green

📋 copy color: '#0EBFB2'

red 14 ◦ green 191 ◦ blue 178

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

Shades of Light Sea Green #0EBFB2

Tints of Light Sea Green #0EBFB2

RGB

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

 GREEN value IS 191 (75% from 255) = 49.87%

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

R = 3.66%
G = 49.87%
B = 46.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#0EBFB2 (or 0x0EBFB2) is known color: Light Sea Green. HEX triplet: 0E, BF and B2. RGB value is (14,191,178). Sum of RGB (Red+Green+Blue) = 14+191+178=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBFB2 is #F1404D. Grayscale: #888888. Windows color (decimal): -15810638 or 11714318. OLE color: 11714318.

HSL color Cylindrical-coordinate representation of color #0EBFB2: hue angle of 175.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBFB2 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 191 178 -
CMYK 0.93 0 0.07 0.25
HSL 175.59º 0.86% 0.4% -
HSV(B) 175.59º 0.93% 0.75% -
XYZ 26.85 40.57 48.54 -
YUV 136.6 151.36 40.56 -
System Red Green Blue C M Y K H S L
Decimal 14 191 178 0.93 0 0.07 0.25 175.59 0.86 0.4
Hex E BF B2 5D 0 7 19 B0 56 28
Octal 16 277 262 135 0 7 31 260 126 50
Binary 1110 10111111 10110010 1011101 0 111 11001 10110000 1010110 101000

Color Harmonies of #0EBFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFB2

Black with #0EBFB2

Text Example


Text Example

White with #0EBFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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