Html Css Color HEX #0FBAB2 Light Sea Green

📋 copy color: '#0FBAB2'

red 15 ◦ green 186 ◦ blue 178

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

Shades of Light Sea Green #0FBAB2

Tints of Light Sea Green #0FBAB2

RGB

 RED value IS 15 (6.25% from 255) = 3.96%

 GREEN value IS 186 (73.05% from 255) = 49.08%

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

R = 3.96%
G = 49.08%
B = 46.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#0FBAB2 (or 0x0FBAB2) is known color: Light Sea Green. HEX triplet: 0F, BA and B2. RGB value is (15,186,178). Sum of RGB (Red+Green+Blue) = 15+186+178=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBAB2 is #F0454D. Grayscale: #858585. Windows color (decimal): -15746382 or 11713039. OLE color: 11713039.

HSL color Cylindrical-coordinate representation of color #0FBAB2: hue angle of 177.19º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBAB2 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 178 -
CMYK 0.92 0 0.04 0.27
HSL 177.19º 0.85% 0.39% -
HSV(B) 177.19º 0.92% 0.73% -
XYZ 25.79 38.43 48.18 -
YUV 133.96 152.85 43.15 -
System Red Green Blue C M Y K H S L
Decimal 15 186 178 0.92 0 0.04 0.27 177.19 0.85 0.39
Hex F BA B2 5C 0 4 1B B1 55 27
Octal 17 272 262 134 0 4 33 261 125 47
Binary 1111 10111010 10110010 1011100 0 100 11011 10110001 1010101 100111

Color Harmonies of #0FBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBAB2

Black with #0FBAB2

Text Example


Text Example

White with #0FBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,178); }

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

background-color css

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

 a { background-color: rgb(15,186,178); }

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

border-color css

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

 span { border-color: rgb(15,186,178); }

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