Html Css Color HEX #088592 Dark Cyan

📋 copy color: '#088592'

red 8 ◦ green 133 ◦ blue 146

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

Shades of Dark Cyan #088592

Tints of Dark Cyan #088592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 2.79%
G = 46.34%
B = 50.87%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#088592 (or 0x088592) is known color: Dark Cyan. HEX triplet: 08, 85 and 92. RGB value is (8,133,146). Sum of RGB (Red+Green+Blue) = 8+133+146=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #088592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088592 is #F77A6D. Grayscale: #606060. Windows color (decimal): -16218734 or 9602312. OLE color: 9602312.

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

Color convert

RGB 8 133 146 -
CMYK 0.95 0.09 0 0.43
HSL 185.65º 0.9% 0.3% -
HSV(B) 185.65º 0.95% 0.57% -
XYZ 13.68 18.9 30.12 -
YUV 97.11 155.59 64.44 -
System Red Green Blue C M Y K H S L
Decimal 8 133 146 0.95 0.09 0 0.43 185.65 0.9 0.3
Hex 8 85 92 5F 9 0 2B BA 5A 1E
Octal 10 205 222 137 11 0 53 272 132 36
Binary 1000 10000101 10010010 1011111 1001 0 101011 10111010 1011010 11110

Color Harmonies of #088592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088592

Black with #088592

Text Example


Text Example

White with #088592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088592; }

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

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

background-color css

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

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

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

border-color css

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

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

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