Html Css Color HEX #30AAA9 Light Sea Green

📋 copy color: '#30AAA9'

red 48 ◦ green 170 ◦ blue 169

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

Shades of Light Sea Green #30AAA9

Tints of Light Sea Green #30AAA9

RGB

 RED value IS 48 (19.14% from 255) = 12.4%

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

 BLUE value IS 169 (66.41% from 255) = 43.67%

R = 12.4%
G = 43.93%
B = 43.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#30AAA9 (or 0x30AAA9) is known color: Light Sea Green. HEX triplet: 30, AA and A9. RGB value is (48,170,169). Sum of RGB (Red+Green+Blue) = 48+170+169=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #30AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AAA9 is #CF5556. Grayscale: #858585. Windows color (decimal): -13587799 or 11119152. OLE color: 11119152.

HSL color Cylindrical-coordinate representation of color #30AAA9: hue angle of 179.51º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AAA9 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 170 169 -
CMYK 0.72 0 0.01 0.33
HSL 179.51º 0.56% 0.43% -
HSV(B) 179.51º 0.72% 0.67% -
XYZ 22.76 32.24 42.56 -
YUV 133.41 148.08 67.08 -
System Red Green Blue C M Y K H S L
Decimal 48 170 169 0.72 0 0.01 0.33 179.51 0.56 0.43
Hex 30 AA A9 48 0 1 21 B4 38 2B
Octal 60 252 251 110 0 1 41 264 70 53
Binary 110000 10101010 10101001 1001000 0 1 100001 10110100 111000 101011

Color Harmonies of #30AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AAA9

Black with #30AAA9

Text Example


Text Example

White with #30AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AAA9; }

 p { color: rgb(48,170,169); }

 H1.HeaderClassName
 {
   color: #30AAA9;
 }
 .AnyTagClassName
 {
   color: #30AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #30AAA9; }

 a { background-color: rgb(48,170,169); }

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

border-color css

<style>
 span { border-color: #30AAA9; }

 span { border-color: rgb(48,170,169); }

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