Html Css Color HEX #089595 Dark Cyan

📋 copy color: '#089595'

red 8 ◦ green 149 ◦ blue 149

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

Shades of Dark Cyan #089595

Tints of Dark Cyan #089595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.69%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 2.61%
G = 48.69%
B = 48.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#089595 (or 0x089595) is known color: Dark Cyan. HEX triplet: 08, 95 and 95. RGB value is (8,149,149). Sum of RGB (Red+Green+Blue) = 8+149+149=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #089595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089595 is #F76A6A. Grayscale: #6A6A6A. Windows color (decimal): -16214635 or 9803016. OLE color: 9803016.

HSL color Cylindrical-coordinate representation of color #089595: hue angle of 180º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089595 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 149 149 -
CMYK 0.95 0 0 0.42
HSL 180º 0.9% 0.31% -
HSV(B) 180º 0.95% 0.58% -
XYZ 16.27 23.72 32.15 -
YUV 106.84 151.79 57.5 -
System Red Green Blue C M Y K H S L
Decimal 8 149 149 0.95 0 0 0.42 180 0.9 0.31
Hex 8 95 95 5F 0 0 2A B4 5A 1F
Octal 10 225 225 137 0 0 52 264 132 37
Binary 1000 10010101 10010101 1011111 0 0 101010 10110100 1011010 11111

Color Harmonies of #089595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089595

Black with #089595

Text Example


Text Example

White with #089595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089595; }

 p { color: rgb(8,149,149); }

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

background-color css

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

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

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

border-color css

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

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

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