Html Css Color HEX #0FB5AF Light Sea Green

📋 copy color: '#0FB5AF'

red 15 ◦ green 181 ◦ blue 175

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

Shades of Light Sea Green #0FB5AF

Tints of Light Sea Green #0FB5AF

RGB

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

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

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

R = 4.04%
G = 48.79%
B = 47.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#0FB5AF (or 0x0FB5AF) is known color: Light Sea Green. HEX triplet: 0F, B5 and AF. RGB value is (15,181,175). Sum of RGB (Red+Green+Blue) = 15+181+175=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB5AF is #F04A50. Grayscale: #828282. Windows color (decimal): -15747665 or 11515151. OLE color: 11515151.

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

Color convert

RGB 15 181 175 -
CMYK 0.92 0 0.03 0.29
HSL 177.83º 0.85% 0.38% -
HSV(B) 177.83º 0.92% 0.71% -
XYZ 24.46 36.24 46.26 -
YUV 130.68 153 45.49 -
System Red Green Blue C M Y K H S L
Decimal 15 181 175 0.92 0 0.03 0.29 177.83 0.85 0.38
Hex F B5 AF 5C 0 3 1D B2 55 26
Octal 17 265 257 134 0 3 35 262 125 46
Binary 1111 10110101 10101111 1011100 0 11 11101 10110010 1010101 100110

Color Harmonies of #0FB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB5AF

Black with #0FB5AF

Text Example


Text Example

White with #0FB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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