Html Css Color HEX #088389 Dark Cyan

📋 copy color: '#088389'

red 8 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #088389

Tints of Dark Cyan #088389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

 BLUE value IS 137 (53.91% from 255) = 49.64%

R = 2.9%
G = 47.46%
B = 49.64%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#088389 (or 0x088389) is known color: Dark Cyan. HEX triplet: 08, 83 and 89. RGB value is (8,131,137). Sum of RGB (Red+Green+Blue) = 8+131+137=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #088389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088389 is #F77C76. Grayscale: #5E5E5E. Windows color (decimal): -16219255 or 9011976. OLE color: 9011976.

HSL color Cylindrical-coordinate representation of color #088389: hue angle of 182.79º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088389 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 131 137 -
CMYK 0.94 0.04 0 0.46
HSL 182.79º 0.89% 0.28% -
HSV(B) 182.79º 0.94% 0.54% -
XYZ 12.73 18.09 26.49 -
YUV 94.91 151.75 66.01 -
System Red Green Blue C M Y K H S L
Decimal 8 131 137 0.94 0.04 0 0.46 182.79 0.89 0.28
Hex 8 83 89 5E 4 0 2E B7 59 1C
Octal 10 203 211 136 4 0 56 267 131 34
Binary 1000 10000011 10001001 1011110 100 0 101110 10110111 1011001 11100

Color Harmonies of #088389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088389

Black with #088389

Text Example


Text Example

White with #088389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088389; }

 p { color: rgb(8,131,137); }

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

background-color css

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

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

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

border-color css

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

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

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