Html Css Color HEX #089396 Dark Cyan

📋 copy color: '#089396'

red 8 ◦ green 147 ◦ blue 150

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

Shades of Dark Cyan #089396

Tints of Dark Cyan #089396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.2%

 BLUE value IS 150 (58.98% from 255) = 49.18%

R = 2.62%
G = 48.2%
B = 49.18%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#089396 (or 0x089396) is known color: Dark Cyan. HEX triplet: 08, 93 and 96. RGB value is (8,147,150). Sum of RGB (Red+Green+Blue) = 8+147+150=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #089396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089396 is #F76C69. Grayscale: #696969. Windows color (decimal): -16215146 or 9868040. OLE color: 9868040.

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

Color convert

RGB 8 147 150 -
CMYK 0.95 0.02 0 0.41
HSL 181.27º 0.9% 0.31% -
HSV(B) 181.27º 0.95% 0.59% -
XYZ 16.04 23.12 32.47 -
YUV 105.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 8 147 150 0.95 0.02 0 0.41 181.27 0.9 0.31
Hex 8 93 96 5F 2 0 29 B5 5A 1F
Octal 10 223 226 137 2 0 51 265 132 37
Binary 1000 10010011 10010110 1011111 10 0 101001 10110101 1011010 11111

Color Harmonies of #089396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089396

Black with #089396

Text Example


Text Example

White with #089396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089396; }

 p { color: rgb(8,147,150); }

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

background-color css

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

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

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

border-color css

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

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

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