Html Css Color HEX #0FB1A8 Light Sea Green

📋 copy color: '#0FB1A8'

red 15 ◦ green 177 ◦ blue 168

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

Shades of Light Sea Green #0FB1A8

Tints of Light Sea Green #0FB1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.67%

R = 4.17%
G = 49.17%
B = 46.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#0FB1A8 (or 0x0FB1A8) is known color: Light Sea Green. HEX triplet: 0F, B1 and A8. RGB value is (15,177,168). Sum of RGB (Red+Green+Blue) = 15+177+168=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB1A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB1A8 is #F04E57. Grayscale: #7F7F7F. Windows color (decimal): -15748696 or 11055375. OLE color: 11055375.

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

Color convert

RGB 15 177 168 -
CMYK 0.92 0 0.05 0.31
HSL 176.67º 0.84% 0.38% -
HSV(B) 176.67º 0.92% 0.69% -
XYZ 22.99 34.37 42.47 -
YUV 127.54 150.83 47.73 -
System Red Green Blue C M Y K H S L
Decimal 15 177 168 0.92 0 0.05 0.31 176.67 0.84 0.38
Hex F B1 A8 5C 0 5 1F B1 54 26
Octal 17 261 250 134 0 5 37 261 124 46
Binary 1111 10110001 10101000 1011100 0 101 11111 10110001 1010100 100110

Color Harmonies of #0FB1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB1A8

Black with #0FB1A8

Text Example


Text Example

White with #0FB1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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