Html Css Color HEX #03827E Teal

📋 copy color: '#03827E'

red 3 ◦ green 130 ◦ blue 126

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

Shades of Teal #03827E

Tints of Teal #03827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.19%

 BLUE value IS 126 (49.61% from 255) = 48.65%

R = 1.16%
G = 50.19%
B = 48.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#03827E (or 0x03827E) is known color: Teal. HEX triplet: 03, 82 and 7E. RGB value is (3,130,126). Sum of RGB (Red+Green+Blue) = 3+130+126=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #03827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03827E is #FC7D81. Grayscale: #5B5B5B. Windows color (decimal): -16547202 or 8290819. OLE color: 8290819.

HSL color Cylindrical-coordinate representation of color #03827E: hue angle of 178.11º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03827E is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 130 126 -
CMYK 0.98 0 0.03 0.49
HSL 178.11º 0.95% 0.26% -
HSV(B) 178.11º 0.98% 0.51% -
XYZ 11.79 17.49 22.49 -
YUV 91.57 147.42 64.83 -
System Red Green Blue C M Y K H S L
Decimal 3 130 126 0.98 0 0.03 0.49 178.11 0.95 0.26
Hex 3 82 7E 62 0 3 31 B2 5F 1A
Octal 3 202 176 142 0 3 61 262 137 32
Binary 11 10000010 1111110 1100010 0 11 110001 10110010 1011111 11010

Color Harmonies of #03827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03827E

Black with #03827E

Text Example


Text Example

White with #03827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03827E; }

 p { color: rgb(3,130,126); }

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

background-color css

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

 a { background-color: rgb(3,130,126); }

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

border-color css

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

 span { border-color: rgb(3,130,126); }

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