Html Css Color HEX #089197 Dark Cyan

📋 copy color: '#089197'

red 8 ◦ green 145 ◦ blue 151

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

Shades of Dark Cyan #089197

Tints of Dark Cyan #089197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.7%

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

R = 2.63%
G = 47.7%
B = 49.67%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#089197 (or 0x089197) is known color: Dark Cyan. HEX triplet: 08, 91 and 97. RGB value is (8,145,151). Sum of RGB (Red+Green+Blue) = 8+145+151=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #089197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089197 is #F76E68. Grayscale: #686868. Windows color (decimal): -16215657 or 9933064. OLE color: 9933064.

HSL color Cylindrical-coordinate representation of color #089197: hue angle of 182.52º 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 #089197 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 145 151 -
CMYK 0.95 0.04 0 0.41
HSL 182.52º 0.9% 0.31% -
HSV(B) 182.52º 0.95% 0.59% -
XYZ 15.81 22.54 32.79 -
YUV 104.72 154.11 59.01 -
System Red Green Blue C M Y K H S L
Decimal 8 145 151 0.95 0.04 0 0.41 182.52 0.9 0.31
Hex 8 91 97 5F 4 0 29 B7 5A 1F
Octal 10 221 227 137 4 0 51 267 132 37
Binary 1000 10010001 10010111 1011111 100 0 101001 10110111 1011010 11111

Color Harmonies of #089197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089197

Black with #089197

Text Example


Text Example

White with #089197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089197; }

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

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

background-color css

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

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

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

border-color css

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

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

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