Html Css Color HEX #088B73 Observatory

📋 copy color: '#088B73'

red 8 ◦ green 139 ◦ blue 115

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

Shades of Observatory #088B73

Tints of Observatory #088B73

RGB

 RED value IS 8 (3.52% from 255) = 3.05%

 GREEN value IS 139 (54.69% from 255) = 53.05%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 3.05%
G = 53.05%
B = 43.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#088B73 (or 0x088B73) is known color: Observatory. HEX triplet: 08, 8B and 73. RGB value is (8,139,115). Sum of RGB (Red+Green+Blue) = 8+139+115=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #088B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B73 is #F7748C. Grayscale: #616161. Windows color (decimal): -16217229 or 7572232. OLE color: 7572232.

HSL color Cylindrical-coordinate representation of color #088B73: hue angle of 169.01º degrees, saturation: 0.89, 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 #088B73 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 139 115 -
CMYK 0.94 0 0.17 0.45
HSL 169.01º 0.89% 0.29% -
HSV(B) 169.01º 0.94% 0.55% -
XYZ 12.43 19.75 19.38 -
YUV 97.1 138.1 64.45 -
System Red Green Blue C M Y K H S L
Decimal 8 139 115 0.94 0 0.17 0.45 169.01 0.89 0.29
Hex 8 8B 73 5E 0 11 2D A9 59 1D
Octal 10 213 163 136 0 21 55 251 131 35
Binary 1000 10001011 1110011 1011110 0 10001 101101 10101001 1011001 11101

Color Harmonies of #088B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B73

Black with #088B73

Text Example


Text Example

White with #088B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088B73; }

 p { color: rgb(8,139,115); }

 H1.HeaderClassName
 {
   color: #088B73;
 }
 .AnyTagClassName
 {
   color: #088B73;
 }
</style>

background-color css

<style>
 a { background-color: #088B73; }

 a { background-color: rgb(8,139,115); }

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

border-color css

<style>
 span { border-color: #088B73; }

 span { border-color: rgb(8,139,115); }

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