Html Css Color HEX #03897B Teal

📋 copy color: '#03897B'

red 3 ◦ green 137 ◦ blue 123

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

Shades of Teal #03897B

Tints of Teal #03897B

RGB

 RED value IS 3 (1.56% from 255) = 1.14%

 GREEN value IS 137 (53.91% from 255) = 52.09%

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

R = 1.14%
G = 52.09%
B = 46.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#03897B (or 0x03897B) is known color: Teal. HEX triplet: 03, 89 and 7B. RGB value is (3,137,123). Sum of RGB (Red+Green+Blue) = 3+137+123=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #03897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03897B is #FC7684. Grayscale: #5F5F5F. Windows color (decimal): -16545413 or 8096003. OLE color: 8096003.

HSL color Cylindrical-coordinate representation of color #03897B: hue angle of 173.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03897B is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 137 123 -
CMYK 0.98 0 0.10 0.46
HSL 173.73º 0.96% 0.27% -
HSV(B) 173.73º 0.98% 0.54% -
XYZ 12.56 19.34 21.81 -
YUV 95.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 3 137 123 0.98 0 0.10 0.46 173.73 0.96 0.27
Hex 3 89 7B 62 0 A 2E AE 60 1B
Octal 3 211 173 142 0 12 56 256 140 33
Binary 11 10001001 1111011 1100010 0 1010 101110 10101110 1100000 11011

Color Harmonies of #03897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03897B

Black with #03897B

Text Example


Text Example

White with #03897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,137,123); }

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

background-color css

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

 a { background-color: rgb(3,137,123); }

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

border-color css

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

 span { border-color: rgb(3,137,123); }

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