Html Css Color HEX #097B7F Teal

📋 copy color: '#097B7F'

red 9 ◦ green 123 ◦ blue 127

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

Shades of Teal #097B7F

Tints of Teal #097B7F

RGB

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

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

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

R = 3.47%
G = 47.49%
B = 49.03%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#097B7F (or 0x097B7F) is known color: Teal. HEX triplet: 09, 7B and 7F. RGB value is (9,123,127). Sum of RGB (Red+Green+Blue) = 9+123+127=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #097B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097B7F is #F68480. Grayscale: #595959. Windows color (decimal): -16155777 or 8354569. OLE color: 8354569.

HSL color Cylindrical-coordinate representation of color #097B7F: hue angle of 182.03º 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 #097B7F is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 123 127 -
CMYK 0.93 0.03 0 0.50
HSL 182.03º 0.87% 0.27% -
HSV(B) 182.03º 0.93% 0.5% -
XYZ 11.03 15.76 22.54 -
YUV 89.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 9 123 127 0.93 0.03 0 0.50 182.03 0.87 0.27
Hex 9 7B 7F 5D 3 0 32 B6 57 1B
Octal 11 173 177 135 3 0 62 266 127 33
Binary 1001 1111011 1111111 1011101 11 0 110010 10110110 1010111 11011

Color Harmonies of #097B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097B7F

Black with #097B7F

Text Example


Text Example

White with #097B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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