Html Css Color HEX #089288 Dark Cyan

📋 copy color: '#089288'

red 8 ◦ green 146 ◦ blue 136

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

Shades of Dark Cyan #089288

Tints of Dark Cyan #089288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.34%

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 2.76%
G = 50.34%
B = 46.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#089288 (or 0x089288) is known color: Dark Cyan. HEX triplet: 08, 92 and 88. RGB value is (8,146,136). Sum of RGB (Red+Green+Blue) = 8+146+136=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #089288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089288 is #F76D77. Grayscale: #676767. Windows color (decimal): -16215416 or 8950280. OLE color: 8950280.

HSL color Cylindrical-coordinate representation of color #089288: hue angle of 175.65º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089288 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 146 136 -
CMYK 0.95 0 0.07 0.43
HSL 175.65º 0.9% 0.3% -
HSV(B) 175.65º 0.95% 0.57% -
XYZ 14.82 22.39 26.83 -
YUV 103.6 146.28 59.81 -
System Red Green Blue C M Y K H S L
Decimal 8 146 136 0.95 0 0.07 0.43 175.65 0.9 0.3
Hex 8 92 88 5F 0 7 2B B0 5A 1E
Octal 10 222 210 137 0 7 53 260 132 36
Binary 1000 10010010 10001000 1011111 0 111 101011 10110000 1011010 11110

Color Harmonies of #089288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089288

Black with #089288

Text Example


Text Example

White with #089288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089288; }

 p { color: rgb(8,146,136); }

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

background-color css

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

 a { background-color: rgb(8,146,136); }

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

border-color css

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

 span { border-color: rgb(8,146,136); }

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