Html Css Color HEX #089799 Dark Cyan

📋 copy color: '#089799'

red 8 ◦ green 151 ◦ blue 153

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

Shades of Dark Cyan #089799

Tints of Dark Cyan #089799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.4%

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 2.56%
G = 48.4%
B = 49.04%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#089799 (or 0x089799) is known color: Dark Cyan. HEX triplet: 08, 97 and 99. RGB value is (8,151,153). Sum of RGB (Red+Green+Blue) = 8+151+153=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #089799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089799 is #F76866. Grayscale: #6C6C6C. Windows color (decimal): -16214119 or 10065672. OLE color: 10065672.

HSL color Cylindrical-coordinate representation of color #089799: hue angle of 180.83º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089799 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 151 153 -
CMYK 0.95 0.01 0 0.4
HSL 180.83º 0.9% 0.32% -
HSV(B) 180.83º 0.95% 0.6% -
XYZ 16.92 24.48 33.97 -
YUV 108.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 8 151 153 0.95 0.01 0 0.4 180.83 0.9 0.32
Hex 8 97 99 5F 1 0 28 B5 5A 20
Octal 10 227 231 137 1 0 50 265 132 40
Binary 1000 10010111 10011001 1011111 1 0 101000 10110101 1011010 100000

Color Harmonies of #089799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089799

Black with #089799

Text Example


Text Example

White with #089799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089799; }

 p { color: rgb(8,151,153); }

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

background-color css

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

 a { background-color: rgb(8,151,153); }

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

border-color css

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

 span { border-color: rgb(8,151,153); }

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