Html Css Color HEX #09708B Allports

📋 copy color: '#09708B'

red 9 ◦ green 112 ◦ blue 139

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

Shades of Allports #09708B

Tints of Allports #09708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.46%

R = 3.46%
G = 43.08%
B = 53.46%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09708B (or 0x09708B) is known color: Allports. HEX triplet: 09, 70 and 8B. RGB value is (9,112,139). Sum of RGB (Red+Green+Blue) = 9+112+139=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #09708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09708B is #F68F74. Grayscale: #545454. Windows color (decimal): -16158581 or 9138185. OLE color: 9138185.

HSL color Cylindrical-coordinate representation of color #09708B: hue angle of 192.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09708B is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 112 139 -
CMYK 0.94 0.19 0 0.45
HSL 192.46º 0.88% 0.29% -
HSV(B) 192.46º 0.94% 0.55% -
XYZ 10.57 13.51 26.48 -
YUV 84.28 158.88 74.3 -
System Red Green Blue C M Y K H S L
Decimal 9 112 139 0.94 0.19 0 0.45 192.46 0.88 0.29
Hex 9 70 8B 5E 13 0 2D C0 58 1D
Octal 11 160 213 136 23 0 55 300 130 35
Binary 1001 1110000 10001011 1011110 10011 0 101101 11000000 1011000 11101

Color Harmonies of #09708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09708B

Black with #09708B

Text Example


Text Example

White with #09708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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