#30a8ac

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

Shades of Light Sea Green #30A8AC

Tints of Light Sea Green #30A8AC

Color information

#30A8AC (or 0x30A8AC) is unknown color: approx Light Sea Green. HEX triplet: 30, A8 and AC. RGB value is (48,168,172). Sum of RGB (Red+Green+Blue) = 48+168+172=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #30A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A8AC is #CF5753. Grayscale: #848484. Windows color (decimal): -13588308 or 11315248. OLE color: 11315248.

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

Color convert

RGB48168172-
CMYK0.720.0200.33
HSL181.94º56.36%43.14%-
HSV(B)181.94º72.09%67.45%-
XYZ22.6731.6143.94-
YUV132.58150.2467.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.37%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=12.37%
G=43.30%
B=44.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481681720.720.0200.33181.9456.3643.14
Hex30A8AC482021b6382b
Octal6025025411020412667053
Binary1100001010100010101100100100010010000110110110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30a8ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,168,172); }

 H1.HeaderClassName
 {
   color: #30a8ac;
 }
 .AnyTagClassName
 {
   color: #30a8ac;
 }
</style>
background-color css

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

 a { background-color: rgb(48,168,172); }

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

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

 span { border-color: rgb(48,168,172); }

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