Html Css Color HEX #0FA5AB Light Sea Green

📋 copy color: '#0FA5AB'

red 15 ◦ green 165 ◦ blue 171

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

Shades of Light Sea Green #0FA5AB

Tints of Light Sea Green #0FA5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 4.27%
G = 47.01%
B = 48.72%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0FA5AB (or 0x0FA5AB) is known color: Light Sea Green. HEX triplet: 0F, A5 and AB. RGB value is (15,165,171). Sum of RGB (Red+Green+Blue) = 15+165+171=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #0FA5AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA5AB is #F05A54. Grayscale: #787878. Windows color (decimal): -15751765 or 11248911. OLE color: 11248911.

HSL color Cylindrical-coordinate representation of color #0FA5AB: hue angle of 182.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA5AB is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 165 171 -
CMYK 0.91 0.04 0 0.33
HSL 182.31º 0.84% 0.36% -
HSV(B) 182.31º 0.91% 0.67% -
XYZ 21 29.95 43.2 -
YUV 120.83 156.31 52.51 -
System Red Green Blue C M Y K H S L
Decimal 15 165 171 0.91 0.04 0 0.33 182.31 0.84 0.36
Hex F A5 AB 5B 4 0 21 B6 54 24
Octal 17 245 253 133 4 0 41 266 124 44
Binary 1111 10100101 10101011 1011011 100 0 100001 10110110 1010100 100100

Color Harmonies of #0FA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA5AB

Black with #0FA5AB

Text Example


Text Example

White with #0FA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,165,171); }

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

background-color css

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

 a { background-color: rgb(15,165,171); }

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

border-color css

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

 span { border-color: rgb(15,165,171); }

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