#30CB68

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

Shades of Medium Sea Green #30CB68

Tints of Medium Sea Green #30CB68

Color information

#30CB68 (or 0x30CB68) is unknown color: approx Medium Sea Green. HEX triplet: 30, CB and 68. RGB value is (48,203,104). Sum of RGB (Red+Green+Blue) = 48+203+104=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CB68 is #CF3497. Grayscale: #919191. Windows color (decimal): -13579416 or 6867760. OLE color: 6867760.

HSL color Cylindrical-coordinate representation of color #30CB68: hue angle of 141.68º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB68 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB48203104-
CMYK0.7600.490.20
HSL141.68º61.75%49.22%-
HSV(B)141.68º76.35%79.61%-
XYZ25.0744.3420.33-
YUV145.37104.6558.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.52%
GREEN value IS 203 (79.69% from 255) = 57.18%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=13.52%
G=57.18%
B=29.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal482031040.7600.490.20141.6861.7549.22
Hex30CB684C031148e3e31
Octal60313150114061242167661
Binary110000110010111101000100110001100011010010001110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,203,104); }

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

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

 a { background-color: rgb(48,203,104); }

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

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

 span { border-color: rgb(48,203,104); }

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