Html Css Color HEX #0FAAA7 Light Sea Green

📋 copy color: '#0FAAA7'

red 15 ◦ green 170 ◦ blue 167

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

Shades of Light Sea Green #0FAAA7

Tints of Light Sea Green #0FAAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.44%

R = 4.26%
G = 48.3%
B = 47.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#0FAAA7 (or 0x0FAAA7) is known color: Light Sea Green. HEX triplet: 0F, AA and A7. RGB value is (15,170,167). Sum of RGB (Red+Green+Blue) = 15+170+167=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 167 (65.62% from 255 or 47.44% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAAA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAA7 is #F05558. Grayscale: #7B7B7B. Windows color (decimal): -15750489 or 10988047. OLE color: 10988047.

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

Color convert

RGB 15 170 167 -
CMYK 0.91 0 0.02 0.33
HSL 178.84º 0.84% 0.36% -
HSV(B) 178.84º 0.91% 0.67% -
XYZ 21.55 31.64 41.53 -
YUV 123.31 152.65 50.74 -
System Red Green Blue C M Y K H S L
Decimal 15 170 167 0.91 0 0.02 0.33 178.84 0.84 0.36
Hex F AA A7 5B 0 2 21 B3 54 24
Octal 17 252 247 133 0 2 41 263 124 44
Binary 1111 10101010 10100111 1011011 0 10 100001 10110011 1010100 100100

Color Harmonies of #0FAAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAA7

Black with #0FAAA7

Text Example


Text Example

White with #0FAAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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