Html Css Color HEX #028588 Dark Cyan

📋 copy color: '#028588'

red 2 ◦ green 133 ◦ blue 136

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

Shades of Dark Cyan #028588

Tints of Dark Cyan #028588

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

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

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 0.74%
G = 49.08%
B = 50.18%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#028588 (or 0x028588) is known color: Dark Cyan. HEX triplet: 02, 85 and 88. RGB value is (2,133,136). Sum of RGB (Red+Green+Blue) = 2+133+136=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #028588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028588 is #FD7A77. Grayscale: #5E5E5E. Windows color (decimal): -16611960 or 8946946. OLE color: 8946946.

HSL color Cylindrical-coordinate representation of color #028588: hue angle of 181.34º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028588 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 133 136 -
CMYK 0.99 0.02 0 0.47
HSL 181.34º 0.97% 0.27% -
HSV(B) 181.34º 0.99% 0.53% -
XYZ 12.86 18.57 26.2 -
YUV 94.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 2 133 136 0.99 0.02 0 0.47 181.34 0.97 0.27
Hex 2 85 88 63 2 0 2F B5 61 1B
Octal 2 205 210 143 2 0 57 265 141 33
Binary 10 10000101 10001000 1100011 10 0 101111 10110101 1100001 11011

Color Harmonies of #028588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028588

Black with #028588

Text Example


Text Example

White with #028588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028588; }

 p { color: rgb(2,133,136); }

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

background-color css

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

 a { background-color: rgb(2,133,136); }

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

border-color css

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

 span { border-color: rgb(2,133,136); }

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