Html Css Color HEX #097A7F Teal

📋 copy color: '#097A7F'

red 9 ◦ green 122 ◦ blue 127

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

Shades of Teal #097A7F

Tints of Teal #097A7F

RGB

 RED value IS 9 (3.91% from 255) = 3.49%

 GREEN value IS 122 (48.05% from 255) = 47.29%

 BLUE value IS 127 (50% from 255) = 49.22%

R = 3.49%
G = 47.29%
B = 49.22%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#097A7F (or 0x097A7F) is known color: Teal. HEX triplet: 09, 7A and 7F. RGB value is (9,122,127). Sum of RGB (Red+Green+Blue) = 9+122+127=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #097A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097A7F is #F68580. Grayscale: #585858. Windows color (decimal): -16156033 or 8354313. OLE color: 8354313.

HSL color Cylindrical-coordinate representation of color #097A7F: hue angle of 182.54º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097A7F is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 122 127 -
CMYK 0.93 0.04 0 0.50
HSL 182.54º 0.87% 0.27% -
HSV(B) 182.54º 0.93% 0.5% -
XYZ 10.9 15.51 22.5 -
YUV 88.78 149.56 71.09 -
System Red Green Blue C M Y K H S L
Decimal 9 122 127 0.93 0.04 0 0.50 182.54 0.87 0.27
Hex 9 7A 7F 5D 4 0 32 B7 57 1B
Octal 11 172 177 135 4 0 62 267 127 33
Binary 1001 1111010 1111111 1011101 100 0 110010 10110111 1010111 11011

Color Harmonies of #097A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097A7F

Black with #097A7F

Text Example


Text Example

White with #097A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097A7F; }

 p { color: rgb(9,122,127); }

 H1.HeaderClassName
 {
   color: #097A7F;
 }
 .AnyTagClassName
 {
   color: #097A7F;
 }
</style>

background-color css

<style>
 a { background-color: #097A7F; }

 a { background-color: rgb(9,122,127); }

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

border-color css

<style>
 span { border-color: #097A7F; }

 span { border-color: rgb(9,122,127); }

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