#30BDBF

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

Shades of Light Sea Green #30BDBF

Tints of Light Sea Green #30BDBF

Color information

#30BDBF (or 0x30BDBF) is unknown color: approx Light Sea Green. HEX triplet: 30, BD and BF. RGB value is (48,189,191). Sum of RGB (Red+Green+Blue) = 48+189+191=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #30BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDBF is #CF4240. Grayscale: #929292. Windows color (decimal): -13582913 or 12565808. OLE color: 12565808.

HSL color Cylindrical-coordinate representation of color #30BDBF: hue angle of 180.84º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BDBF is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48189191-
CMYK0.750.0100.25
HSL180.84º59.83%46.86%-
HSV(B)180.84º74.87%74.9%-
XYZ28.8240.7955.64-
YUV147.07152.7957.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.21%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 191 (75% from 255) = 44.63%
R=11.21%
G=44.16%
B=44.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481891910.750.0100.25180.8459.8346.86
Hex30BDBF4B1019b53c2f
Octal6027527711310312657457
Binary11000010111101101111111001011101100110110101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,189,191); }

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

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

 a { background-color: rgb(48,189,191); }

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

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

 span { border-color: rgb(48,189,191); }

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