Html Css Color HEX #028590 Dark Cyan

📋 copy color: '#028590'

red 2 ◦ green 133 ◦ blue 144

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

Shades of Dark Cyan #028590

Tints of Dark Cyan #028590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 0.72%
G = 47.67%
B = 51.61%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#028590 (or 0x028590) is known color: Dark Cyan. HEX triplet: 02, 85 and 90. RGB value is (2,133,144). Sum of RGB (Red+Green+Blue) = 2+133+144=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #028590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028590 is #FD7A6F. Grayscale: #5E5E5E. Windows color (decimal): -16611952 or 9471234. OLE color: 9471234.

HSL color Cylindrical-coordinate representation of color #028590: hue angle of 184.65º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028590 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 133 144 -
CMYK 0.99 0.08 0 0.44
HSL 184.65º 0.97% 0.29% -
HSV(B) 184.65º 0.99% 0.56% -
XYZ 13.45 18.8 29.31 -
YUV 95.09 155.6 61.61 -
System Red Green Blue C M Y K H S L
Decimal 2 133 144 0.99 0.08 0 0.44 184.65 0.97 0.29
Hex 2 85 90 63 8 0 2C B9 61 1D
Octal 2 205 220 143 10 0 54 271 141 35
Binary 10 10000101 10010000 1100011 1000 0 101100 10111001 1100001 11101

Color Harmonies of #028590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028590

Black with #028590

Text Example


Text Example

White with #028590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028590; }

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

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

background-color css

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

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

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

border-color css

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

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

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