Html Css Color HEX #09827F Teal

📋 copy color: '#09827F'

red 9 ◦ green 130 ◦ blue 127

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

Shades of Teal #09827F

Tints of Teal #09827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 3.38%
G = 48.87%
B = 47.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#09827F (or 0x09827F) is known color: Teal. HEX triplet: 09, 82 and 7F. RGB value is (9,130,127). Sum of RGB (Red+Green+Blue) = 9+130+127=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #09827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09827F is #F67D80. Grayscale: #5D5D5D. Windows color (decimal): -16153985 or 8356361. OLE color: 8356361.

HSL color Cylindrical-coordinate representation of color #09827F: hue angle of 178.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09827F is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 130 127 -
CMYK 0.93 0 0.02 0.49
HSL 178.51º 0.87% 0.27% -
HSV(B) 178.51º 0.93% 0.51% -
XYZ 11.93 17.56 22.84 -
YUV 93.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 9 130 127 0.93 0 0.02 0.49 178.51 0.87 0.27
Hex 9 82 7F 5D 0 2 31 B3 57 1B
Octal 11 202 177 135 0 2 61 263 127 33
Binary 1001 10000010 1111111 1011101 0 10 110001 10110011 1010111 11011

Color Harmonies of #09827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09827F

Black with #09827F

Text Example


Text Example

White with #09827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09827F; }

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

 H1.HeaderClassName
 {
   color: #09827F;
 }
 .AnyTagClassName
 {
   color: #09827F;
 }
</style>

background-color css

<style>
 a { background-color: #09827F; }

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

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

border-color css

<style>
 span { border-color: #09827F; }

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

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