Html Css Color HEX #089194 Dark Cyan

📋 copy color: '#089194'

red 8 ◦ green 145 ◦ blue 148

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

Shades of Dark Cyan #089194

Tints of Dark Cyan #089194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 2.66%
G = 48.17%
B = 49.17%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#089194 (or 0x089194) is known color: Dark Cyan. HEX triplet: 08, 91 and 94. RGB value is (8,145,148). Sum of RGB (Red+Green+Blue) = 8+145+148=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #089194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089194 is #F76E6B. Grayscale: #686868. Windows color (decimal): -16215660 or 9736456. OLE color: 9736456.

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

Color convert

RGB 8 145 148 -
CMYK 0.95 0.02 0 0.42
HSL 181.29º 0.9% 0.31% -
HSV(B) 181.29º 0.95% 0.58% -
XYZ 15.57 22.44 31.53 -
YUV 104.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 8 145 148 0.95 0.02 0 0.42 181.29 0.9 0.31
Hex 8 91 94 5F 2 0 2A B5 5A 1F
Octal 10 221 224 137 2 0 52 265 132 37
Binary 1000 10010001 10010100 1011111 10 0 101010 10110101 1011010 11111

Color Harmonies of #089194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089194

Black with #089194

Text Example


Text Example

White with #089194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089194; }

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

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

background-color css

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

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

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

border-color css

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

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

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