Html Css Color HEX #15B0A2 Light Sea Green

📋 copy color: '#15B0A2'

red 21 ◦ green 176 ◦ blue 162

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

Shades of Light Sea Green #15B0A2

Tints of Light Sea Green #15B0A2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.03%

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 5.85%
G = 49.03%
B = 45.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#15B0A2 (or 0x15B0A2) is known color: Light Sea Green. HEX triplet: 15, B0 and A2. RGB value is (21,176,162). Sum of RGB (Red+Green+Blue) = 21+176+162=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #15B0A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15B0A2 is #EA4F5D. Grayscale: #7F7F7F. Windows color (decimal): -15355742 or 10661909. OLE color: 10661909.

HSL color Cylindrical-coordinate representation of color #15B0A2: hue angle of 174.58º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B0A2 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 176 162 -
CMYK 0.88 0 0.08 0.31
HSL 174.58º 0.79% 0.39% -
HSV(B) 174.58º 0.88% 0.69% -
XYZ 22.36 33.82 39.53 -
YUV 128.06 147.15 51.64 -
System Red Green Blue C M Y K H S L
Decimal 21 176 162 0.88 0 0.08 0.31 174.58 0.79 0.39
Hex 15 B0 A2 58 0 8 1F AF 4F 27
Octal 25 260 242 130 0 10 37 257 117 47
Binary 10101 10110000 10100010 1011000 0 1000 11111 10101111 1001111 100111

Color Harmonies of #15B0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B0A2

Black with #15B0A2

Text Example


Text Example

White with #15B0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,176,162); }

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

background-color css

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

 a { background-color: rgb(21,176,162); }

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

border-color css

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

 span { border-color: rgb(21,176,162); }

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