Html Css Color HEX #028988 Dark Cyan

📋 copy color: '#028988'

red 2 ◦ green 137 ◦ blue 136

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

Shades of Dark Cyan #028988

Tints of Dark Cyan #028988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

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

R = 0.73%
G = 49.82%
B = 49.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#028988 (or 0x028988) is known color: Dark Cyan. HEX triplet: 02, 89 and 88. RGB value is (2,137,136). Sum of RGB (Red+Green+Blue) = 2+137+136=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #028988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028988 is #FD7677. Grayscale: #606060. Windows color (decimal): -16610936 or 8947970. OLE color: 8947970.

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

Color convert

RGB 2 137 136 -
CMYK 0.99 0 0.01 0.46
HSL 179.56º 0.97% 0.27% -
HSV(B) 179.56º 0.99% 0.54% -
XYZ 13.41 19.68 26.38 -
YUV 96.52 150.27 60.58 -
System Red Green Blue C M Y K H S L
Decimal 2 137 136 0.99 0 0.01 0.46 179.56 0.97 0.27
Hex 2 89 88 63 0 1 2E B4 61 1B
Octal 2 211 210 143 0 1 56 264 141 33
Binary 10 10001001 10001000 1100011 0 1 101110 10110100 1100001 11011

Color Harmonies of #028988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028988

Black with #028988

Text Example


Text Example

White with #028988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028988; }

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

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

background-color css

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

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

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

border-color css

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

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

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