#30B8BF

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

Shades of Light Sea Green #30B8BF

Tints of Light Sea Green #30B8BF

Color information

#30B8BF (or 0x30B8BF) is unknown color: approx Light Sea Green. HEX triplet: 30, B8 and BF. RGB value is (48,184,191). Sum of RGB (Red+Green+Blue) = 48+184+191=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #30B8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B8BF is #CF4740. Grayscale: #8F8F8F. Windows color (decimal): -13584193 or 12564528. OLE color: 12564528.

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

Color convert

RGB48184191-
CMYK0.750.0400.25
HSL182.94º59.83%46.86%-
HSV(B)182.94º74.87%74.9%-
XYZ27.7638.6755.29-
YUV144.13154.4459.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.35%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 191 (75% from 255) = 45.15%
R=11.35%
G=43.50%
B=45.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481841910.750.0400.25182.9459.8346.86
Hex30B8BF4B4019b73c2f
Octal6027027711340312677457
Binary1100001011100010111111100101110001100110110111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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