Html Css Color HEX #0FB1AC Light Sea Green

📋 copy color: '#0FB1AC'

red 15 ◦ green 177 ◦ blue 172

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

Shades of Light Sea Green #0FB1AC

Tints of Light Sea Green #0FB1AC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.63%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 4.12%
G = 48.63%
B = 47.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#0FB1AC (or 0x0FB1AC) is known color: Light Sea Green. HEX triplet: 0F, B1 and AC. RGB value is (15,177,172). Sum of RGB (Red+Green+Blue) = 15+177+172=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB1AC is #F04E53. Grayscale: #7F7F7F. Windows color (decimal): -15748692 or 11317519. OLE color: 11317519.

HSL color Cylindrical-coordinate representation of color #0FB1AC: hue angle of 178.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB1AC is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 177 172 -
CMYK 0.92 0 0.03 0.31
HSL 178.15º 0.84% 0.38% -
HSV(B) 178.15º 0.92% 0.69% -
XYZ 23.37 34.52 44.46 -
YUV 127.99 152.83 47.41 -
System Red Green Blue C M Y K H S L
Decimal 15 177 172 0.92 0 0.03 0.31 178.15 0.84 0.38
Hex F B1 AC 5C 0 3 1F B2 54 26
Octal 17 261 254 134 0 3 37 262 124 46
Binary 1111 10110001 10101100 1011100 0 11 11111 10110010 1010100 100110

Color Harmonies of #0FB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB1AC

Black with #0FB1AC

Text Example


Text Example

White with #0FB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,177,172); }

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

background-color css

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

 a { background-color: rgb(15,177,172); }

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

border-color css

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

 span { border-color: rgb(15,177,172); }

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