Html Css Color HEX #089884 Dark Cyan

📋 copy color: '#089884'

red 8 ◦ green 152 ◦ blue 132

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

Shades of Dark Cyan #089884

Tints of Dark Cyan #089884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.21%

R = 2.74%
G = 52.05%
B = 45.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#089884 (or 0x089884) is known color: Dark Cyan. HEX triplet: 08, 98 and 84. RGB value is (8,152,132). Sum of RGB (Red+Green+Blue) = 8+152+132=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #089884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089884 is #F7677B. Grayscale: #6A6A6A. Windows color (decimal): -16213884 or 8689672. OLE color: 8689672.

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

Color convert

RGB 8 152 132 -
CMYK 0.95 0 0.13 0.40
HSL 171.67º 0.9% 0.31% -
HSV(B) 171.67º 0.95% 0.6% -
XYZ 15.49 24.17 25.68 -
YUV 106.66 142.29 57.63 -
System Red Green Blue C M Y K H S L
Decimal 8 152 132 0.95 0 0.13 0.40 171.67 0.9 0.31
Hex 8 98 84 5F 0 D 28 AC 5A 1F
Octal 10 230 204 137 0 15 50 254 132 37
Binary 1000 10011000 10000100 1011111 0 1101 101000 10101100 1011010 11111

Color Harmonies of #089884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089884

Black with #089884

Text Example


Text Example

White with #089884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089884; }

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

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

background-color css

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

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

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

border-color css

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

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

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