#30B79F

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

Shades of Light Sea Green #30B79F

Tints of Light Sea Green #30B79F

Color information

#30B79F (or 0x30B79F) is unknown color: approx Light Sea Green. HEX triplet: 30, B7 and 9F. RGB value is (48,183,159). Sum of RGB (Red+Green+Blue) = 48+183+159=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #30B79F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B79F is #CF4860. Grayscale: #8B8B8B. Windows color (decimal): -13584481 or 10467120. OLE color: 10467120.

HSL color Cylindrical-coordinate representation of color #30B79F: hue angle of 169.33º 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 #30B79F is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB48183159-
CMYK0.7400.130.28
HSL169.33º58.44%45.29%-
HSV(B)169.33º73.77%71.76%-
XYZ24.413738.66-
YUV139.9138.7762.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.31%
GREEN value IS 183 (71.88% from 255) = 46.92%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=12.31%
G=46.92%
B=40.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831590.7400.130.28169.3358.4445.29
Hex30B79F4A0D1Ca93a2d
Octal60267237112015342517255
Binary11000010110111100111111001010011011110010101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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