#30C1AA

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

Shades of Light Sea Green #30C1AA

Tints of Light Sea Green #30C1AA

Color information

#30C1AA (or 0x30C1AA) is unknown color: approx Light Sea Green. HEX triplet: 30, C1 and AA. RGB value is (48,193,170). Sum of RGB (Red+Green+Blue) = 48+193+170=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #30C1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C1AA is #CF3E55. Grayscale: #929292. Windows color (decimal): -13581910 or 11190576. OLE color: 11190576.

HSL color Cylindrical-coordinate representation of color #30C1AA: hue angle of 170.48º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C1AA is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB48193170-
CMYK0.7500.120.24
HSL170.48º60.17%47.25%-
HSV(B)170.48º75.13%75.69%-
XYZ27.5441.6744.62-
YUV147.02140.9657.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.68%
GREEN value IS 193 (75.78% from 255) = 46.96%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=11.68%
G=46.96%
B=41.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481931700.7500.120.24170.4860.1747.25
Hex30C1AA4B0C18aa3c2f
Octal60301252113014302527457
Binary11000011000001101010101001011011001100010101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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