Html Css Color HEX #04807B Teal

📋 copy color: '#04807B'

red 4 ◦ green 128 ◦ blue 123

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

Shades of Teal #04807B

Tints of Teal #04807B

RGB

 RED value IS 4 (1.95% from 255) = 1.57%

 GREEN value IS 128 (50.39% from 255) = 50.2%

 BLUE value IS 123 (48.44% from 255) = 48.24%

R = 1.57%
G = 50.2%
B = 48.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#04807B (or 0x04807B) is known color: Teal. HEX triplet: 04, 80 and 7B. RGB value is (4,128,123). Sum of RGB (Red+Green+Blue) = 4+128+123=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #04807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04807B is #FB7F84. Grayscale: #5A5A5A. Windows color (decimal): -16482181 or 8093700. OLE color: 8093700.

HSL color Cylindrical-coordinate representation of color #04807B: hue angle of 177.58º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04807B is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 128 123 -
CMYK 0.97 0 0.04 0.50
HSL 177.58º 0.94% 0.26% -
HSV(B) 177.58º 0.97% 0.5% -
XYZ 11.34 16.89 21.4 -
YUV 90.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 4 128 123 0.97 0 0.04 0.50 177.58 0.94 0.26
Hex 4 80 7B 61 0 4 32 B2 5E 1A
Octal 4 200 173 141 0 4 62 262 136 32
Binary 100 10000000 1111011 1100001 0 100 110010 10110010 1011110 11010

Color Harmonies of #04807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04807B

Black with #04807B

Text Example


Text Example

White with #04807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04807B; }

 p { color: rgb(4,128,123); }

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

background-color css

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

 a { background-color: rgb(4,128,123); }

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

border-color css

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

 span { border-color: rgb(4,128,123); }

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