Html Css Color HEX #07817D Teal

📋 copy color: '#07817D'

red 7 ◦ green 129 ◦ blue 125

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

Shades of Teal #07817D

Tints of Teal #07817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 2.68%
G = 49.43%
B = 47.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#07817D (or 0x07817D) is known color: Teal. HEX triplet: 07, 81 and 7D. RGB value is (7,129,125). Sum of RGB (Red+Green+Blue) = 7+129+125=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #07817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07817D is #F87E82. Grayscale: #5B5B5B. Windows color (decimal): -16285315 or 8225031. OLE color: 8225031.

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

Color convert

RGB 7 129 125 -
CMYK 0.95 0 0.03 0.49
HSL 178.03º 0.9% 0.27% -
HSV(B) 178.03º 0.95% 0.51% -
XYZ 11.64 17.23 22.11 -
YUV 92.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 7 129 125 0.95 0 0.03 0.49 178.03 0.9 0.27
Hex 7 81 7D 5F 0 3 31 B2 5A 1B
Octal 7 201 175 137 0 3 61 262 132 33
Binary 111 10000001 1111101 1011111 0 11 110001 10110010 1011010 11011

Color Harmonies of #07817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07817D

Black with #07817D

Text Example


Text Example

White with #07817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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