Html Css Color HEX #30AAB1 Light Sea Green

📋 copy color: '#30AAB1'

red 48 ◦ green 170 ◦ blue 177

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

Shades of Light Sea Green #30AAB1

Tints of Light Sea Green #30AAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.81%

R = 12.15%
G = 43.04%
B = 44.81%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#30AAB1 (or 0x30AAB1) is known color: Light Sea Green. HEX triplet: 30, AA and B1. RGB value is (48,170,177). Sum of RGB (Red+Green+Blue) = 48+170+177=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #30AAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AAB1 is #CF554E. Grayscale: #868686. Windows color (decimal): -13587791 or 11643440. OLE color: 11643440.

HSL color Cylindrical-coordinate representation of color #30AAB1: hue angle of 183.26º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AAB1 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 170 177 -
CMYK 0.73 0.04 0 0.31
HSL 183.26º 0.57% 0.44% -
HSV(B) 183.26º 0.73% 0.69% -
XYZ 23.53 32.55 46.64 -
YUV 134.32 152.08 66.43 -
System Red Green Blue C M Y K H S L
Decimal 48 170 177 0.73 0.04 0 0.31 183.26 0.57 0.44
Hex 30 AA B1 49 4 0 1F B7 39 2C
Octal 60 252 261 111 4 0 37 267 71 54
Binary 110000 10101010 10110001 1001001 100 0 11111 10110111 111001 101100

Color Harmonies of #30AAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AAB1

Black with #30AAB1

Text Example


Text Example

White with #30AAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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