Html Css Color HEX #089694 Dark Cyan

📋 copy color: '#089694'

red 8 ◦ green 150 ◦ blue 148

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

Shades of Dark Cyan #089694

Tints of Dark Cyan #089694

RGB

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

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

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

R = 2.61%
G = 49.02%
B = 48.37%

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

#089694 (or 0x089694) is known color: Dark Cyan. HEX triplet: 08, 96 and 94. RGB value is (8,150,148). Sum of RGB (Red+Green+Blue) = 8+150+148=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #089694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089694 is #F7696B. Grayscale: #6B6B6B. Windows color (decimal): -16214380 or 9737736. OLE color: 9737736.

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

Color convert

RGB 8 150 148 -
CMYK 0.95 0 0.01 0.41
HSL 179.15º 0.9% 0.31% -
HSV(B) 179.15º 0.95% 0.59% -
XYZ 16.35 24 31.79 -
YUV 107.31 150.96 57.16 -
System Red Green Blue C M Y K H S L
Decimal 8 150 148 0.95 0 0.01 0.41 179.15 0.9 0.31
Hex 8 96 94 5F 0 1 29 B3 5A 1F
Octal 10 226 224 137 0 1 51 263 132 37
Binary 1000 10010110 10010100 1011111 0 1 101001 10110011 1011010 11111

Color Harmonies of #089694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089694

Black with #089694

Text Example


Text Example

White with #089694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089694; }

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

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

background-color css

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

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

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

border-color css

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

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

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