Html Css Color HEX #03857B Teal

📋 copy color: '#03857B'

red 3 ◦ green 133 ◦ blue 123

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

Shades of Teal #03857B

Tints of Teal #03857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.35%

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

R = 1.16%
G = 51.35%
B = 47.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#03857B (or 0x03857B) is known color: Teal. HEX triplet: 03, 85 and 7B. RGB value is (3,133,123). Sum of RGB (Red+Green+Blue) = 3+133+123=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #03857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03857B is #FC7A84. Grayscale: #5C5C5C. Windows color (decimal): -16546437 or 8094979. OLE color: 8094979.

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

Color convert

RGB 3 133 123 -
CMYK 0.98 0 0.08 0.48
HSL 175.38º 0.96% 0.27% -
HSV(B) 175.38º 0.98% 0.52% -
XYZ 12 18.22 21.62 -
YUV 92.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 3 133 123 0.98 0 0.08 0.48 175.38 0.96 0.27
Hex 3 85 7B 62 0 8 30 AF 60 1B
Octal 3 205 173 142 0 10 60 257 140 33
Binary 11 10000101 1111011 1100010 0 1000 110000 10101111 1100000 11011

Color Harmonies of #03857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03857B

Black with #03857B

Text Example


Text Example

White with #03857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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