Html Css Color HEX #028688 Dark Cyan

📋 copy color: '#028688'

red 2 ◦ green 134 ◦ blue 136

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

Shades of Dark Cyan #028688

Tints of Dark Cyan #028688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.26%

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

R = 0.74%
G = 49.26%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#028688 (or 0x028688) is known color: Dark Cyan. HEX triplet: 02, 86 and 88. RGB value is (2,134,136). Sum of RGB (Red+Green+Blue) = 2+134+136=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #028688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028688 is #FD7977. Grayscale: #5E5E5E. Windows color (decimal): -16611704 or 8947202. OLE color: 8947202.

HSL color Cylindrical-coordinate representation of color #028688: hue angle of 180.9º 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 #028688 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 134 136 -
CMYK 0.99 0.01 0 0.47
HSL 180.9º 0.97% 0.27% -
HSV(B) 180.9º 0.99% 0.53% -
XYZ 12.99 18.84 26.24 -
YUV 94.76 151.27 61.84 -
System Red Green Blue C M Y K H S L
Decimal 2 134 136 0.99 0.01 0 0.47 180.9 0.97 0.27
Hex 2 86 88 63 1 0 2F B5 61 1B
Octal 2 206 210 143 1 0 57 265 141 33
Binary 10 10000110 10001000 1100011 1 0 101111 10110101 1100001 11011

Color Harmonies of #028688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028688

Black with #028688

Text Example


Text Example

White with #028688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028688; }

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

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

background-color css

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

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

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

border-color css

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

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

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