Html Css Color HEX #0FAAA5 Light Sea Green

📋 copy color: '#0FAAA5'

red 15 ◦ green 170 ◦ blue 165

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

Shades of Light Sea Green #0FAAA5

Tints of Light Sea Green #0FAAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.57%

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 4.29%
G = 48.57%
B = 47.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#0FAAA5 (or 0x0FAAA5) is known color: Light Sea Green. HEX triplet: 0F, AA and A5. RGB value is (15,170,165). Sum of RGB (Red+Green+Blue) = 15+170+165=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAA5 is #F0555A. Grayscale: #7A7A7A. Windows color (decimal): -15750491 or 10856975. OLE color: 10856975.

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

Color convert

RGB 15 170 165 -
CMYK 0.91 0 0.03 0.33
HSL 178.06º 0.84% 0.36% -
HSV(B) 178.06º 0.91% 0.67% -
XYZ 21.36 31.57 40.56 -
YUV 123.09 151.65 50.91 -
System Red Green Blue C M Y K H S L
Decimal 15 170 165 0.91 0 0.03 0.33 178.06 0.84 0.36
Hex F AA A5 5B 0 3 21 B2 54 24
Octal 17 252 245 133 0 3 41 262 124 44
Binary 1111 10101010 10100101 1011011 0 11 100001 10110010 1010100 100100

Color Harmonies of #0FAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAA5

Black with #0FAAA5

Text Example


Text Example

White with #0FAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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