Html Css Color HEX #028785 Dark Cyan

📋 copy color: '#028785'

red 2 ◦ green 135 ◦ blue 133

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

Shades of Dark Cyan #028785

Tints of Dark Cyan #028785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50%

 BLUE value IS 133 (52.34% from 255) = 49.26%

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#028785 (or 0x028785) is known color: Dark Cyan. HEX triplet: 02, 87 and 85. RGB value is (2,135,133). Sum of RGB (Red+Green+Blue) = 2+135+133=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #028785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028785 is #FD787A. Grayscale: #5E5E5E. Windows color (decimal): -16611451 or 8750850. OLE color: 8750850.

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

Color convert

RGB 2 135 133 -
CMYK 0.99 0 0.01 0.47
HSL 179.1º 0.97% 0.27% -
HSV(B) 179.1º 0.99% 0.53% -
XYZ 12.92 19.03 25.18 -
YUV 95.01 149.44 61.66 -
System Red Green Blue C M Y K H S L
Decimal 2 135 133 0.99 0 0.01 0.47 179.1 0.97 0.27
Hex 2 87 85 63 0 1 2F B3 61 1B
Octal 2 207 205 143 0 1 57 263 141 33
Binary 10 10000111 10000101 1100011 0 1 101111 10110011 1100001 11011

Color Harmonies of #028785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028785

Black with #028785

Text Example


Text Example

White with #028785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028785; }

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

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

background-color css

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

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

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

border-color css

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

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

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