#30484F

Color #30484F Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #30484F

Tints of Teal Blue #30484F

Color information

#30484F (or 0x30484F) is unknown color: approx Teal Blue. HEX triplet: 30, 48 and 4F. RGB value is (48,72,79). Sum of RGB (Red+Green+Blue) = 48+72+79=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #30484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30484F is #CFB7B0. Grayscale: #414141. Windows color (decimal): -13612977 or 5195824. OLE color: 5195824.

HSL color Cylindrical-coordinate representation of color #30484F: hue angle of 193.55º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30484F is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB487279-
CMYK0.390.0900.69
HSL193.55º24.41%24.9%-
HSV(B)193.55º39.24%30.98%-
XYZ4.955.838.26-
YUV65.62135.55115.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=24.12%
G=36.18%
B=39.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4872790.390.0900.69193.5524.4124.9
Hex30484F279045c21819
Octal60110117471101053023031
Binary11000010010001001111100111100101000101110000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30484F; }

 p { color: rgb(48,72,79); }

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

<style>
 a { background-color: #30484F; }

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

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

<style>
 span { border-color: #30484F; }

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

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