Html Css Color HEX #30AAAB Light Sea Green

📋 copy color: '#30AAAB'

red 48 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #30AAAB

Tints of Light Sea Green #30AAAB

RGB

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

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

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

R = 12.34%
G = 43.7%
B = 43.96%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#30AAAB (or 0x30AAAB) is known color: Light Sea Green. HEX triplet: 30, AA and AB. RGB value is (48,170,171). Sum of RGB (Red+Green+Blue) = 48+170+171=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #30AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AAAB is #CF5554. Grayscale: #858585. Windows color (decimal): -13587797 or 11250224. OLE color: 11250224.

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

Color convert

RGB 48 170 171 -
CMYK 0.72 0.01 0 0.33
HSL 180.49º 0.56% 0.43% -
HSV(B) 180.49º 0.72% 0.67% -
XYZ 22.94 32.32 43.56 -
YUV 133.64 149.08 66.92 -
System Red Green Blue C M Y K H S L
Decimal 48 170 171 0.72 0.01 0 0.33 180.49 0.56 0.43
Hex 30 AA AB 48 1 0 21 B4 38 2B
Octal 60 252 253 110 1 0 41 264 70 53
Binary 110000 10101010 10101011 1001000 1 0 100001 10110100 111000 101011

Color Harmonies of #30AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AAAB

Black with #30AAAB

Text Example


Text Example

White with #30AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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