Html Css Color HEX #07837B Teal

📋 copy color: '#07837B'

red 7 ◦ green 131 ◦ blue 123

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

Shades of Teal #07837B

Tints of Teal #07837B

RGB

 RED value IS 7 (3.13% from 255) = 2.68%

 GREEN value IS 131 (51.56% from 255) = 50.19%

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

R = 2.68%
G = 50.19%
B = 47.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#07837B (or 0x07837B) is known color: Teal. HEX triplet: 07, 83 and 7B. RGB value is (7,131,123). Sum of RGB (Red+Green+Blue) = 7+131+123=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #07837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07837B is #F87C84. Grayscale: #5C5C5C. Windows color (decimal): -16284805 or 8094471. OLE color: 8094471.

HSL color Cylindrical-coordinate representation of color #07837B: hue angle of 176.13º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07837B is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 131 123 -
CMYK 0.95 0 0.06 0.49
HSL 176.13º 0.9% 0.27% -
HSV(B) 176.13º 0.95% 0.51% -
XYZ 11.78 17.71 21.54 -
YUV 93.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 7 131 123 0.95 0 0.06 0.49 176.13 0.9 0.27
Hex 7 83 7B 5F 0 6 31 B0 5A 1B
Octal 7 203 173 137 0 6 61 260 132 33
Binary 111 10000011 1111011 1011111 0 110 110001 10110000 1011010 11011

Color Harmonies of #07837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07837B

Black with #07837B

Text Example


Text Example

White with #07837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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