Html Css Color HEX #15AABA Light Sea Green

📋 copy color: '#15AABA'

red 21 ◦ green 170 ◦ blue 186

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

Shades of Light Sea Green #15AABA

Tints of Light Sea Green #15AABA

RGB

 RED value IS 21 (8.59% from 255) = 5.57%

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 5.57%
G = 45.09%
B = 49.34%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#15AABA (or 0x15AABA) is known color: Light Sea Green. HEX triplet: 15, AA and BA. RGB value is (21,170,186). Sum of RGB (Red+Green+Blue) = 21+170+186=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #15AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AABA is #EA5545. Grayscale: #7F7F7F. Windows color (decimal): -15357254 or 12233237. OLE color: 12233237.

HSL color Cylindrical-coordinate representation of color #15AABA: hue angle of 185.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AABA is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 170 186 -
CMYK 0.89 0.09 0 0.27
HSL 185.82º 0.8% 0.41% -
HSV(B) 185.82º 0.89% 0.73% -
XYZ 23.55 32.45 51.48 -
YUV 127.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 21 170 186 0.89 0.09 0 0.27 185.82 0.8 0.41
Hex 15 AA BA 59 9 0 1B BA 50 29
Octal 25 252 272 131 11 0 33 272 120 51
Binary 10101 10101010 10111010 1011001 1001 0 11011 10111010 1010000 101001

Color Harmonies of #15AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AABA

Black with #15AABA

Text Example


Text Example

White with #15AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15AABA; }

 p { color: rgb(21,170,186); }

 H1.HeaderClassName
 {
   color: #15AABA;
 }
 .AnyTagClassName
 {
   color: #15AABA;
 }
</style>

background-color css

<style>
 a { background-color: #15AABA; }

 a { background-color: rgb(21,170,186); }

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

border-color css

<style>
 span { border-color: #15AABA; }

 span { border-color: rgb(21,170,186); }

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