Html Css Color HEX #03817B Teal

📋 copy color: '#03817B'

red 3 ◦ green 129 ◦ blue 123

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

Shades of Teal #03817B

Tints of Teal #03817B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.59%

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

R = 1.18%
G = 50.59%
B = 48.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#03817B (or 0x03817B) is known color: Teal. HEX triplet: 03, 81 and 7B. RGB value is (3,129,123). Sum of RGB (Red+Green+Blue) = 3+129+123=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #03817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03817B is #FC7E84. Grayscale: #5A5A5A. Windows color (decimal): -16547461 or 8093955. OLE color: 8093955.

HSL color Cylindrical-coordinate representation of color #03817B: hue angle of 177.14º 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 #03817B is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 129 123 -
CMYK 0.98 0 0.05 0.49
HSL 177.14º 0.95% 0.26% -
HSV(B) 177.14º 0.98% 0.51% -
XYZ 11.46 17.15 21.45 -
YUV 90.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 3 129 123 0.98 0 0.05 0.49 177.14 0.95 0.26
Hex 3 81 7B 62 0 5 31 B1 5F 1A
Octal 3 201 173 142 0 5 61 261 137 32
Binary 11 10000001 1111011 1100010 0 101 110001 10110001 1011111 11010

Color Harmonies of #03817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03817B

Black with #03817B

Text Example


Text Example

White with #03817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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