Html Css Color HEX #0FB9AF Light Sea Green

📋 copy color: '#0FB9AF'

red 15 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #0FB9AF

Tints of Light Sea Green #0FB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.33%

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 4%
G = 49.33%
B = 46.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#0FB9AF (or 0x0FB9AF) is known color: Light Sea Green. HEX triplet: 0F, B9 and AF. RGB value is (15,185,175). Sum of RGB (Red+Green+Blue) = 15+185+175=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB9AF is #F04650. Grayscale: #848484. Windows color (decimal): -15746641 or 11516175. OLE color: 11516175.

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

Color convert

RGB 15 185 175 -
CMYK 0.92 0 0.05 0.27
HSL 176.47º 0.85% 0.39% -
HSV(B) 176.47º 0.92% 0.73% -
XYZ 25.28 37.89 46.54 -
YUV 133.03 151.68 43.81 -
System Red Green Blue C M Y K H S L
Decimal 15 185 175 0.92 0 0.05 0.27 176.47 0.85 0.39
Hex F B9 AF 5C 0 5 1B B0 55 27
Octal 17 271 257 134 0 5 33 260 125 47
Binary 1111 10111001 10101111 1011100 0 101 11011 10110000 1010101 100111

Color Harmonies of #0FB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB9AF

Black with #0FB9AF

Text Example


Text Example

White with #0FB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,185,175); }

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

background-color css

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

 a { background-color: rgb(15,185,175); }

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

border-color css

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

 span { border-color: rgb(15,185,175); }

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