#30B9AE

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

Shades of Light Sea Green #30B9AE

Tints of Light Sea Green #30B9AE

Color information

#30B9AE (or 0x30B9AE) is unknown color: approx Light Sea Green. HEX triplet: 30, B9 and AE. RGB value is (48,185,174). Sum of RGB (Red+Green+Blue) = 48+185+174=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #30B9AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B9AE is #CF4651. Grayscale: #8E8E8E. Windows color (decimal): -13583954 or 11450672. OLE color: 11450672.

HSL color Cylindrical-coordinate representation of color #30B9AE: hue angle of 175.18º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B9AE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB48185174-
CMYK0.7400.060.27
HSL175.18º58.8%45.69%-
HSV(B)175.18º74.05%72.55%-
XYZ26.2138.3846.07-
YUV142.78145.6160.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.79%
GREEN value IS 185 (72.66% from 255) = 45.45%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=11.79%
G=45.45%
B=42.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481851740.7400.060.27175.1858.845.69
Hex30B9AE4A061Baf3b2e
Octal6027125611206332577356
Binary1100001011100110101110100101001101101110101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,185,174); }

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

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

 a { background-color: rgb(48,185,174); }

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

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

 span { border-color: rgb(48,185,174); }

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