Html Css Color HEX #0FB4AB Light Sea Green

📋 copy color: '#0FB4AB'

red 15 ◦ green 180 ◦ blue 171

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

Shades of Light Sea Green #0FB4AB

Tints of Light Sea Green #0FB4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.18%

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

R = 4.1%
G = 49.18%
B = 46.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#0FB4AB (or 0x0FB4AB) is known color: Light Sea Green. HEX triplet: 0F, B4 and AB. RGB value is (15,180,171). Sum of RGB (Red+Green+Blue) = 15+180+171=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB4AB is #F04B54. Grayscale: #818181. Windows color (decimal): -15747925 or 11252751. OLE color: 11252751.

HSL color Cylindrical-coordinate representation of color #0FB4AB: hue angle of 176.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB4AB is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 180 171 -
CMYK 0.92 0 0.05 0.29
HSL 176.73º 0.85% 0.38% -
HSV(B) 176.73º 0.92% 0.71% -
XYZ 23.87 35.68 44.16 -
YUV 129.64 151.34 46.23 -
System Red Green Blue C M Y K H S L
Decimal 15 180 171 0.92 0 0.05 0.29 176.73 0.85 0.38
Hex F B4 AB 5C 0 5 1D B1 55 26
Octal 17 264 253 134 0 5 35 261 125 46
Binary 1111 10110100 10101011 1011100 0 101 11101 10110001 1010101 100110

Color Harmonies of #0FB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB4AB

Black with #0FB4AB

Text Example


Text Example

White with #0FB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,180,171); }

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

background-color css

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

 a { background-color: rgb(15,180,171); }

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

border-color css

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

 span { border-color: rgb(15,180,171); }

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