#30B7A1

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

Shades of Light Sea Green #30B7A1

Tints of Light Sea Green #30B7A1

Color information

#30B7A1 (or 0x30B7A1) is unknown color: approx Light Sea Green. HEX triplet: 30, B7 and A1. RGB value is (48,183,161). Sum of RGB (Red+Green+Blue) = 48+183+161=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #30B7A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B7A1 is #CF485E. Grayscale: #8C8C8C. Windows color (decimal): -13584479 or 10598192. OLE color: 10598192.

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

Color convert

RGB48183161-
CMYK0.7400.120.28
HSL170.22º58.44%45.29%-
HSV(B)170.22º73.77%71.76%-
XYZ24.5937.0739.58-
YUV140.13139.7762.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.24%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 161 (63.28% from 255) = 41.07%
R=12.24%
G=46.68%
B=41.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831610.7400.120.28170.2258.4445.29
Hex30B7A14A0C1Caa3a2d
Octal60267241112014342527255
Binary11000010110111101000011001010011001110010101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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