#30B7AE

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

Shades of Light Sea Green #30B7AE

Tints of Light Sea Green #30B7AE

Color information

#30B7AE (or 0x30B7AE) is unknown color: approx Light Sea Green. HEX triplet: 30, B7 and AE. RGB value is (48,183,174). Sum of RGB (Red+Green+Blue) = 48+183+174=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #30B7AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B7AE is #CF4851. Grayscale: #8D8D8D. Windows color (decimal): -13584466 or 11450160. OLE color: 11450160.

HSL color Cylindrical-coordinate representation of color #30B7AE: hue angle of 176º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B7AE is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB48183174-
CMYK0.7400.050.28
HSL176º58.44%45.29%-
HSV(B)176º73.77%71.76%-
XYZ25.7937.5545.93-
YUV141.61146.2761.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.85%
GREEN value IS 183 (71.88% from 255) = 45.19%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=11.85%
G=45.19%
B=42.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831740.7400.050.2817658.4445.29
Hex30B7AE4A051Cb03a2d
Octal6026725611205342607255
Binary1100001011011110101110100101001011110010110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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