#30BFBF

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

Shades of Light Sea Green #30BFBF

Tints of Light Sea Green #30BFBF

Color information

#30BFBF (or 0x30BFBF) is unknown color: approx Light Sea Green. HEX triplet: 30, BF and BF. RGB value is (48,191,191). Sum of RGB (Red+Green+Blue) = 48+191+191=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #30BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFBF is #CF4040. Grayscale: #949494. Windows color (decimal): -13582401 or 12566320. OLE color: 12566320.

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

Color convert

RGB48191191-
CMYK0.75000.25
HSL180º59.83%46.86%-
HSV(B)180º74.87%74.9%-
XYZ29.2541.6555.79-
YUV148.24152.1256.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.16%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 191 (75% from 255) = 44.42%
R=11.16%
G=44.42%
B=44.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911910.75000.2518059.8346.86
Hex30BFBF4B0019b43c2f
Octal6027727711300312647457
Binary11000010111111101111111001011001100110110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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