Html Css Color HEX #089892 Dark Cyan

📋 copy color: '#089892'

red 8 ◦ green 152 ◦ blue 146

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

Shades of Dark Cyan #089892

Tints of Dark Cyan #089892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

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

R = 2.61%
G = 49.67%
B = 47.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#089892 (or 0x089892) is known color: Dark Cyan. HEX triplet: 08, 98 and 92. RGB value is (8,152,146). Sum of RGB (Red+Green+Blue) = 8+152+146=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #089892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089892 is #F7676D. Grayscale: #6C6C6C. Windows color (decimal): -16213870 or 9607176. OLE color: 9607176.

HSL color Cylindrical-coordinate representation of color #089892: hue angle of 177.5º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089892 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 146 -
CMYK 0.95 0 0.04 0.40
HSL 177.5º 0.9% 0.31% -
HSV(B) 177.5º 0.95% 0.6% -
XYZ 16.52 24.58 31.07 -
YUV 108.26 149.29 56.49 -
System Red Green Blue C M Y K H S L
Decimal 8 152 146 0.95 0 0.04 0.40 177.5 0.9 0.31
Hex 8 98 92 5F 0 4 28 B2 5A 1F
Octal 10 230 222 137 0 4 50 262 132 37
Binary 1000 10011000 10010010 1011111 0 100 101000 10110010 1011010 11111

Color Harmonies of #089892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089892

Black with #089892

Text Example


Text Example

White with #089892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089892; }

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

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

background-color css

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

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

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

border-color css

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

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

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