Html Css Color HEX #089292 Dark Cyan

📋 copy color: '#089292'

red 8 ◦ green 146 ◦ blue 146

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

Shades of Dark Cyan #089292

Tints of Dark Cyan #089292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 2.67%
G = 48.67%
B = 48.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#089292 (or 0x089292) is known color: Dark Cyan. HEX triplet: 08, 92 and 92. RGB value is (8,146,146). Sum of RGB (Red+Green+Blue) = 8+146+146=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #089292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089292 is #F76D6D. Grayscale: #686868. Windows color (decimal): -16215406 or 9605640. OLE color: 9605640.

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

Color convert

RGB 8 146 146 -
CMYK 0.95 0 0 0.43
HSL 180º 0.9% 0.3% -
HSV(B) 180º 0.95% 0.57% -
XYZ 15.57 22.68 30.75 -
YUV 104.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 8 146 146 0.95 0 0 0.43 180 0.9 0.3
Hex 8 92 92 5F 0 0 2B B4 5A 1E
Octal 10 222 222 137 0 0 53 264 132 36
Binary 1000 10010010 10010010 1011111 0 0 101011 10110100 1011010 11110

Color Harmonies of #089292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089292

Black with #089292

Text Example


Text Example

White with #089292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089292; }

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

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

background-color css

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

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

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

border-color css

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

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

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