Html Css Color HEX #088291 Dark Cyan

📋 copy color: '#088291'

red 8 ◦ green 130 ◦ blue 145

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

Shades of Dark Cyan #088291

Tints of Dark Cyan #088291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 2.83%
G = 45.94%
B = 51.24%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#088291 (or 0x088291) is known color: Dark Cyan. HEX triplet: 08, 82 and 91. RGB value is (8,130,145). Sum of RGB (Red+Green+Blue) = 8+130+145=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #088291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088291 is #F77D6E. Grayscale: #5F5F5F. Windows color (decimal): -16219503 or 9536008. OLE color: 9536008.

HSL color Cylindrical-coordinate representation of color #088291: hue angle of 186.57º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088291 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 130 145 -
CMYK 0.94 0.10 0 0.43
HSL 186.57º 0.9% 0.3% -
HSV(B) 186.57º 0.94% 0.57% -
XYZ 13.19 18.06 29.58 -
YUV 95.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 8 130 145 0.94 0.10 0 0.43 186.57 0.9 0.3
Hex 8 82 91 5E A 0 2B BB 5A 1E
Octal 10 202 221 136 12 0 53 273 132 36
Binary 1000 10000010 10010001 1011110 1010 0 101011 10111011 1011010 11110

Color Harmonies of #088291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088291

Black with #088291

Text Example


Text Example

White with #088291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088291; }

 p { color: rgb(8,130,145); }

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

background-color css

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

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

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

border-color css

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

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

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