Html Css Color HEX #089885 Dark Cyan

📋 copy color: '#089885'

red 8 ◦ green 152 ◦ blue 133

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

Shades of Dark Cyan #089885

Tints of Dark Cyan #089885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 2.73%
G = 51.88%
B = 45.39%

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

#089885 (or 0x089885) is known color: Dark Cyan. HEX triplet: 08, 98 and 85. RGB value is (8,152,133). Sum of RGB (Red+Green+Blue) = 8+152+133=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #089885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089885 is #F7677A. Grayscale: #6A6A6A. Windows color (decimal): -16213883 or 8755208. OLE color: 8755208.

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

Color convert

RGB 8 152 133 -
CMYK 0.95 0 0.13 0.40
HSL 172.08º 0.9% 0.31% -
HSV(B) 172.08º 0.95% 0.6% -
XYZ 15.56 24.2 26.04 -
YUV 106.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 8 152 133 0.95 0 0.13 0.40 172.08 0.9 0.31
Hex 8 98 85 5F 0 D 28 AC 5A 1F
Octal 10 230 205 137 0 15 50 254 132 37
Binary 1000 10011000 10000101 1011111 0 1101 101000 10101100 1011010 11111

Color Harmonies of #089885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089885

Black with #089885

Text Example


Text Example

White with #089885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089885; }

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

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

background-color css

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

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

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

border-color css

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

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

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