#30BFBA

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

Shades of Light Sea Green #30BFBA

Tints of Light Sea Green #30BFBA

Color information

#30BFBA (or 0x30BFBA) is unknown color: approx Light Sea Green. HEX triplet: 30, BF and BA. RGB value is (48,191,186). Sum of RGB (Red+Green+Blue) = 48+191+186=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFBA is #CF4045. Grayscale: #939393. Windows color (decimal): -13582406 or 12238640. OLE color: 12238640.

HSL color Cylindrical-coordinate representation of color #30BFBA: hue angle of 177.9º 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 #30BFBA is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB48191186-
CMYK0.7500.030.25
HSL177.9º59.83%46.86%-
HSV(B)177.9º74.87%74.9%-
XYZ28.7141.4452.94-
YUV147.67149.6256.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.29%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=11.29%
G=44.94%
B=43.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911860.7500.030.25177.959.8346.86
Hex30BFBA4B0319b23c2f
Octal6027727211303312627457
Binary110000101111111011101010010110111100110110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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