Html Css Color HEX #0FB49D Light Sea Green

📋 copy color: '#0FB49D'

red 15 ◦ green 180 ◦ blue 157

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

Shades of Light Sea Green #0FB49D

Tints of Light Sea Green #0FB49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 4.26%
G = 51.14%
B = 44.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#0FB49D (or 0x0FB49D) is known color: Light Sea Green. HEX triplet: 0F, B4 and 9D. RGB value is (15,180,157). Sum of RGB (Red+Green+Blue) = 15+180+157=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB49D is #F04B62. Grayscale: #7F7F7F. Windows color (decimal): -15747939 or 10335247. OLE color: 10335247.

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

Color convert

RGB 15 180 157 -
CMYK 0.92 0 0.13 0.29
HSL 171.64º 0.85% 0.38% -
HSV(B) 171.64º 0.92% 0.71% -
XYZ 22.6 35.18 37.5 -
YUV 128.04 144.34 47.37 -
System Red Green Blue C M Y K H S L
Decimal 15 180 157 0.92 0 0.13 0.29 171.64 0.85 0.38
Hex F B4 9D 5C 0 D 1D AC 55 26
Octal 17 264 235 134 0 15 35 254 125 46
Binary 1111 10110100 10011101 1011100 0 1101 11101 10101100 1010101 100110

Color Harmonies of #0FB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB49D

Black with #0FB49D

Text Example


Text Example

White with #0FB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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