Html Css Color HEX #304750 Teal Blue

📋 copy color: '#304750'

red 48 ◦ green 71 ◦ blue 80

#304750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #304750

Tints of Teal Blue #304750

RGB

 RED value IS 48 (19.14% from 255) = 24.12%

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 80 (31.64% from 255) = 40.2%

R = 24.12%
G = 35.68%
B = 40.2%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#304750 (or 0x304750) is known color: Teal Blue. HEX triplet: 30, 47 and 50. RGB value is (48,71,80). Sum of RGB (Red+Green+Blue) = 48+71+80=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #304750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304750 is #CFB8AF. Grayscale: #414141. Windows color (decimal): -13613232 or 5261104. OLE color: 5261104.

HSL color Cylindrical-coordinate representation of color #304750: hue angle of 196.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304750 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 71 80 -
CMYK 0.40 0.11 0 0.69
HSL 196.88º 0.25% 0.25% -
HSV(B) 196.88º 0.4% 0.31% -
XYZ 4.92 5.71 8.43 -
YUV 65.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 48 71 80 0.40 0.11 0 0.69 196.88 0.25 0.25
Hex 30 47 50 28 B 0 45 C5 19 19
Octal 60 107 120 50 13 0 105 305 31 31
Binary 110000 1000111 1010000 101000 1011 0 1000101 11000101 11001 11001

Color Harmonies of #304750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304750

Black with #304750

Text Example


Text Example

White with #304750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304750; }

 p { color: rgb(48,71,80); }

 H1.HeaderClassName
 {
   color: #304750;
 }
 .AnyTagClassName
 {
   color: #304750;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #304750;
 }
 .BgClassName
 {
   background-color: #304750;
 }
</style>

border-color css

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

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

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