#30BFBB

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

Shades of Light Sea Green #30BFBB

Tints of Light Sea Green #30BFBB

Color information

#30BFBB (or 0x30BFBB) is unknown color: approx Light Sea Green. HEX triplet: 30, BF and BB. RGB value is (48,191,187). Sum of RGB (Red+Green+Blue) = 48+191+187=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFBB is #CF4044. Grayscale: #939393. Windows color (decimal): -13582405 or 12304176. OLE color: 12304176.

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

Color convert

RGB48191187-
CMYK0.7500.020.25
HSL178.32º59.83%46.86%-
HSV(B)178.32º74.87%74.9%-
XYZ28.8241.4853.5-
YUV147.79150.1256.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.27%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=11.27%
G=44.84%
B=43.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911870.7500.020.25178.3259.8346.86
Hex30BFBB4B0219b23c2f
Octal6027727311302312627457
Binary110000101111111011101110010110101100110110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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