Html Css Color HEX #0FAAAE Light Sea Green

📋 copy color: '#0FAAAE'

red 15 ◦ green 170 ◦ blue 174

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

Shades of Light Sea Green #0FAAAE

Tints of Light Sea Green #0FAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 4.18%
G = 47.35%
B = 48.47%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0FAAAE (or 0x0FAAAE) is known color: Light Sea Green. HEX triplet: 0F, AA and AE. RGB value is (15,170,174). Sum of RGB (Red+Green+Blue) = 15+170+174=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #0FAAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAAE is #F05551. Grayscale: #7B7B7B. Windows color (decimal): -15750482 or 11446799. OLE color: 11446799.

HSL color Cylindrical-coordinate representation of color #0FAAAE: hue angle of 181.51º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAAAE is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 170 174 -
CMYK 0.91 0.02 0 0.32
HSL 181.51º 0.84% 0.37% -
HSV(B) 181.51º 0.91% 0.68% -
XYZ 22.21 31.91 45.03 -
YUV 124.11 156.15 50.17 -
System Red Green Blue C M Y K H S L
Decimal 15 170 174 0.91 0.02 0 0.32 181.51 0.84 0.37
Hex F AA AE 5B 2 0 20 B6 54 25
Octal 17 252 256 133 2 0 40 266 124 45
Binary 1111 10101010 10101110 1011011 10 0 100000 10110110 1010100 100101

Color Harmonies of #0FAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAAE

Black with #0FAAAE

Text Example


Text Example

White with #0FAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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