Html Css Color HEX #07817B Teal

📋 copy color: '#07817B'

red 7 ◦ green 129 ◦ blue 123

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

Shades of Teal #07817B

Tints of Teal #07817B

RGB

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

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

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

R = 2.7%
G = 49.81%
B = 47.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#07817B (or 0x07817B) is known color: Teal. HEX triplet: 07, 81 and 7B. RGB value is (7,129,123). Sum of RGB (Red+Green+Blue) = 7+129+123=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #07817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07817B is #F87E84. Grayscale: #5B5B5B. Windows color (decimal): -16285317 or 8093959. OLE color: 8093959.

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

Color convert

RGB 7 129 123 -
CMYK 0.95 0 0.05 0.49
HSL 177.05º 0.9% 0.27% -
HSV(B) 177.05º 0.95% 0.51% -
XYZ 11.51 17.18 21.45 -
YUV 91.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 7 129 123 0.95 0 0.05 0.49 177.05 0.9 0.27
Hex 7 81 7B 5F 0 5 31 B1 5A 1B
Octal 7 201 173 137 0 5 61 261 132 33
Binary 111 10000001 1111011 1011111 0 101 110001 10110001 1011010 11011

Color Harmonies of #07817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07817B

Black with #07817B

Text Example


Text Example

White with #07817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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