Html Css Color HEX #09708E Allports

📋 copy color: '#09708E'

red 9 ◦ green 112 ◦ blue 142

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

Shades of Allports #09708E

Tints of Allports #09708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 3.42%
G = 42.59%
B = 53.99%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09708E (or 0x09708E) is known color: Allports. HEX triplet: 09, 70 and 8E. RGB value is (9,112,142). Sum of RGB (Red+Green+Blue) = 9+112+142=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #09708E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09708E is #F68F71. Grayscale: #545454. Windows color (decimal): -16158578 or 9334793. OLE color: 9334793.

HSL color Cylindrical-coordinate representation of color #09708E: hue angle of 193.53º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09708E is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 112 142 -
CMYK 0.94 0.21 0 0.44
HSL 193.53º 0.88% 0.3% -
HSV(B) 193.53º 0.94% 0.56% -
XYZ 10.79 13.6 27.65 -
YUV 84.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 9 112 142 0.94 0.21 0 0.44 193.53 0.88 0.3
Hex 9 70 8E 5E 15 0 2C C2 58 1E
Octal 11 160 216 136 25 0 54 302 130 36
Binary 1001 1110000 10001110 1011110 10101 0 101100 11000010 1011000 11110

Color Harmonies of #09708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09708E

Black with #09708E

Text Example


Text Example

White with #09708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09708E; }

 p { color: rgb(9,112,142); }

 H1.HeaderClassName
 {
   color: #09708E;
 }
 .AnyTagClassName
 {
   color: #09708E;
 }
</style>

background-color css

<style>
 a { background-color: #09708E; }

 a { background-color: rgb(9,112,142); }

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

border-color css

<style>
 span { border-color: #09708E; }

 span { border-color: rgb(9,112,142); }

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