Html Css Color HEX #089695 Dark Cyan

📋 copy color: '#089695'

red 8 ◦ green 150 ◦ blue 149

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

Shades of Dark Cyan #089695

Tints of Dark Cyan #089695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

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

R = 2.61%
G = 48.86%
B = 48.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#089695 (or 0x089695) is known color: Dark Cyan. HEX triplet: 08, 96 and 95. RGB value is (8,150,149). Sum of RGB (Red+Green+Blue) = 8+150+149=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #089695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089695 is #F7696A. Grayscale: #6B6B6B. Windows color (decimal): -16214379 or 9803272. OLE color: 9803272.

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

Color convert

RGB 8 150 149 -
CMYK 0.95 0 0.01 0.41
HSL 179.58º 0.9% 0.31% -
HSV(B) 179.58º 0.95% 0.59% -
XYZ 16.43 24.03 32.21 -
YUV 107.43 151.46 57.08 -
System Red Green Blue C M Y K H S L
Decimal 8 150 149 0.95 0 0.01 0.41 179.58 0.9 0.31
Hex 8 96 95 5F 0 1 29 B4 5A 1F
Octal 10 226 225 137 0 1 51 264 132 37
Binary 1000 10010110 10010101 1011111 0 1 101001 10110100 1011010 11111

Color Harmonies of #089695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089695

Black with #089695

Text Example


Text Example

White with #089695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089695; }

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

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

background-color css

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

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

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

border-color css

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

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

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