#30B66F

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

Shades of Medium Sea Green #30B66F

Tints of Medium Sea Green #30B66F

Color information

#30B66F (or 0x30B66F) is unknown color: approx Medium Sea Green. HEX triplet: 30, B6 and 6F. RGB value is (48,182,111). Sum of RGB (Red+Green+Blue) = 48+182+111=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #30B66F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B66F is #CF4990. Grayscale: #858585. Windows color (decimal): -13584785 or 7321136. OLE color: 7321136.

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

Color convert

RGB48182111-
CMYK0.7400.390.29
HSL148.21º58.26%45.1%-
HSV(B)148.21º73.63%71.37%-
XYZ20.8235.2320.74-
YUV133.84115.1166.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.08%
GREEN value IS 182 (71.48% from 255) = 53.37%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=14.08%
G=53.37%
B=32.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481821110.7400.390.29148.2158.2645.1
Hex30B66F4A0271D943a2d
Octal60266157112047352247255
Binary110000101101101101111100101001001111110110010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,182,111); }

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

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

 a { background-color: rgb(48,182,111); }

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

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

 span { border-color: rgb(48,182,111); }

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