Html Css Color HEX #0FB5A3 Light Sea Green

📋 copy color: '#0FB5A3'

red 15 ◦ green 181 ◦ blue 163

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

Shades of Light Sea Green #0FB5A3

Tints of Light Sea Green #0FB5A3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.42%

 BLUE value IS 163 (64.06% from 255) = 45.4%

R = 4.18%
G = 50.42%
B = 45.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#0FB5A3 (or 0x0FB5A3) is known color: Light Sea Green. HEX triplet: 0F, B5 and A3. RGB value is (15,181,163). Sum of RGB (Red+Green+Blue) = 15+181+163=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB5A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB5A3 is #F04A5C. Grayscale: #818181. Windows color (decimal): -15747677 or 10728719. OLE color: 10728719.

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

Color convert

RGB 15 181 163 -
CMYK 0.92 0 0.10 0.29
HSL 173.49º 0.85% 0.38% -
HSV(B) 173.49º 0.92% 0.71% -
XYZ 23.33 35.79 40.33 -
YUV 129.31 147 46.46 -
System Red Green Blue C M Y K H S L
Decimal 15 181 163 0.92 0 0.10 0.29 173.49 0.85 0.38
Hex F B5 A3 5C 0 A 1D AD 55 26
Octal 17 265 243 134 0 12 35 255 125 46
Binary 1111 10110101 10100011 1011100 0 1010 11101 10101101 1010101 100110

Color Harmonies of #0FB5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB5A3

Black with #0FB5A3

Text Example


Text Example

White with #0FB5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,181,163); }

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

background-color css

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

 a { background-color: rgb(15,181,163); }

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

border-color css

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

 span { border-color: rgb(15,181,163); }

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