Html Css Color HEX #037B83 Teal

📋 copy color: '#037B83'

red 3 ◦ green 123 ◦ blue 131

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

Shades of Teal #037B83

Tints of Teal #037B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.86%

 BLUE value IS 131 (51.56% from 255) = 50.97%

R = 1.17%
G = 47.86%
B = 50.97%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#037B83 (or 0x037B83) is known color: Teal. HEX triplet: 03, 7B and 83. RGB value is (3,123,131). Sum of RGB (Red+Green+Blue) = 3+123+131=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #037B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037B83 is #FC847C. Grayscale: #575757. Windows color (decimal): -16548989 or 8616707. OLE color: 8616707.

HSL color Cylindrical-coordinate representation of color #037B83: hue angle of 183.75º degrees, saturation: 0.96, 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 #037B83 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 123 131 -
CMYK 0.98 0.06 0 0.49
HSL 183.75º 0.96% 0.26% -
HSV(B) 183.75º 0.98% 0.51% -
XYZ 11.22 15.82 23.94 -
YUV 88.03 152.24 67.35 -
System Red Green Blue C M Y K H S L
Decimal 3 123 131 0.98 0.06 0 0.49 183.75 0.96 0.26
Hex 3 7B 83 62 6 0 31 B8 60 1A
Octal 3 173 203 142 6 0 61 270 140 32
Binary 11 1111011 10000011 1100010 110 0 110001 10111000 1100000 11010

Color Harmonies of #037B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037B83

Black with #037B83

Text Example


Text Example

White with #037B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037B83; }

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

 H1.HeaderClassName
 {
   color: #037B83;
 }
 .AnyTagClassName
 {
   color: #037B83;
 }
</style>

background-color css

<style>
 a { background-color: #037B83; }

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

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

border-color css

<style>
 span { border-color: #037B83; }

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

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