#30AAAB

Color #30AAAB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #30AAAB

Tints of Light Sea Green #30AAAB

Color information

#30AAAB (or 0x30AAAB) is unknown color: approx 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

RGB48170171-
CMYK0.720.0100.33
HSL180.49º56.16%42.94%-
HSV(B)180.49º71.93%67.06%-
XYZ22.9432.3243.56-
YUV133.64149.0866.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.34%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=12.34%
G=43.70%
B=43.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481701710.720.0100.33180.4956.1642.94
Hex30AAAB481021b4382b
Octal6025225311010412647053
Binary110000101010101010101110010001010000110110100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>