Html Css Color HEX #089597 Dark Cyan

📋 copy color: '#089597'

red 8 ◦ green 149 ◦ blue 151

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

Shades of Dark Cyan #089597

Tints of Dark Cyan #089597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.03%

R = 2.6%
G = 48.38%
B = 49.03%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#089597 (or 0x089597) is known color: Dark Cyan. HEX triplet: 08, 95 and 97. RGB value is (8,149,151). Sum of RGB (Red+Green+Blue) = 8+149+151=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #089597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089597 is #F76A68. Grayscale: #6A6A6A. Windows color (decimal): -16214633 or 9934088. OLE color: 9934088.

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

Color convert

RGB 8 149 151 -
CMYK 0.95 0.01 0 0.41
HSL 180.84º 0.9% 0.31% -
HSV(B) 180.84º 0.95% 0.59% -
XYZ 16.43 23.78 33 -
YUV 107.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 8 149 151 0.95 0.01 0 0.41 180.84 0.9 0.31
Hex 8 95 97 5F 1 0 29 B5 5A 1F
Octal 10 225 227 137 1 0 51 265 132 37
Binary 1000 10010101 10010111 1011111 1 0 101001 10110101 1011010 11111

Color Harmonies of #089597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089597

Black with #089597

Text Example


Text Example

White with #089597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089597; }

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

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

background-color css

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

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

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

border-color css

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

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

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