#30484D

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

Shades of Teal Blue #30484D

Tints of Teal Blue #30484D

Color information

#30484D (or 0x30484D) is unknown color: approx Teal Blue. HEX triplet: 30, 48 and 4D. RGB value is (48,72,77). Sum of RGB (Red+Green+Blue) = 48+72+77=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #30484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30484D is #CFB7B2. Grayscale: #414141. Windows color (decimal): -13612979 or 5064752. OLE color: 5064752.

HSL color Cylindrical-coordinate representation of color #30484D: hue angle of 190.34º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30484D is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB487277-
CMYK0.380.0600.70
HSL190.34º23.2%24.51%-
HSV(B)190.34º37.66%30.2%-
XYZ4.885.87.88-
YUV65.39134.55115.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=24.37%
G=36.55%
B=39.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4872770.380.0600.70190.3423.224.51
Hex30484D266046be1719
Octal6011011546601062762731
Binary1100001001000100110110011011001000110101111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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