Html Css Color HEX #0FB8AD Light Sea Green

📋 copy color: '#0FB8AD'

red 15 ◦ green 184 ◦ blue 173

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

Shades of Light Sea Green #0FB8AD

Tints of Light Sea Green #0FB8AD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.46%

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 4.03%
G = 49.46%
B = 46.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#0FB8AD (or 0x0FB8AD) is known color: Light Sea Green. HEX triplet: 0F, B8 and AD. RGB value is (15,184,173). Sum of RGB (Red+Green+Blue) = 15+184+173=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB8AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB8AD is #F04752. Grayscale: #848484. Windows color (decimal): -15746899 or 11384847. OLE color: 11384847.

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

Color convert

RGB 15 184 173 -
CMYK 0.92 0 0.06 0.28
HSL 176.09º 0.85% 0.39% -
HSV(B) 176.09º 0.92% 0.72% -
XYZ 24.88 37.4 45.44 -
YUV 132.22 151.01 44.39 -
System Red Green Blue C M Y K H S L
Decimal 15 184 173 0.92 0 0.06 0.28 176.09 0.85 0.39
Hex F B8 AD 5C 0 6 1C B0 55 27
Octal 17 270 255 134 0 6 34 260 125 47
Binary 1111 10111000 10101101 1011100 0 110 11100 10110000 1010101 100111

Color Harmonies of #0FB8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB8AD

Black with #0FB8AD

Text Example


Text Example

White with #0FB8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,184,173); }

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

background-color css

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

 a { background-color: rgb(15,184,173); }

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

border-color css

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

 span { border-color: rgb(15,184,173); }

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