Html Css Color HEX #0FAAAB Light Sea Green

📋 copy color: '#0FAAAB'

red 15 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #0FAAAB

Tints of Light Sea Green #0FAAAB

RGB

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

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

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

R = 4.21%
G = 47.75%
B = 48.03%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0FAAAB (or 0x0FAAAB) is known color: Light Sea Green. HEX triplet: 0F, AA and AB. RGB value is (15,170,171). Sum of RGB (Red+Green+Blue) = 15+170+171=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #0FAAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAAB is #F05554. Grayscale: #7B7B7B. Windows color (decimal): -15750485 or 11250191. OLE color: 11250191.

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

Color convert

RGB 15 170 171 -
CMYK 0.91 0.01 0 0.33
HSL 180.38º 0.84% 0.36% -
HSV(B) 180.38º 0.91% 0.67% -
XYZ 21.92 31.79 43.51 -
YUV 123.77 154.65 50.42 -
System Red Green Blue C M Y K H S L
Decimal 15 170 171 0.91 0.01 0 0.33 180.38 0.84 0.36
Hex F AA AB 5B 1 0 21 B4 54 24
Octal 17 252 253 133 1 0 41 264 124 44
Binary 1111 10101010 10101011 1011011 1 0 100001 10110100 1010100 100100

Color Harmonies of #0FAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAAB

Black with #0FAAAB

Text Example


Text Example

White with #0FAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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