Html Css Color HEX #028593 Dark Cyan

📋 copy color: '#028593'

red 2 ◦ green 133 ◦ blue 147

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

Shades of Dark Cyan #028593

Tints of Dark Cyan #028593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 0.71%
G = 47.16%
B = 52.13%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028593 (or 0x028593) is known color: Dark Cyan. HEX triplet: 02, 85 and 93. RGB value is (2,133,147). Sum of RGB (Red+Green+Blue) = 2+133+147=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #028593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028593 is #FD7A6C. Grayscale: #5F5F5F. Windows color (decimal): -16611949 or 9667842. OLE color: 9667842.

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

Color convert

RGB 2 133 147 -
CMYK 0.99 0.10 0 0.42
HSL 185.79º 0.97% 0.29% -
HSV(B) 185.79º 0.99% 0.58% -
XYZ 13.68 18.89 30.53 -
YUV 95.43 157.1 61.36 -
System Red Green Blue C M Y K H S L
Decimal 2 133 147 0.99 0.10 0 0.42 185.79 0.97 0.29
Hex 2 85 93 63 A 0 2A BA 61 1D
Octal 2 205 223 143 12 0 52 272 141 35
Binary 10 10000101 10010011 1100011 1010 0 101010 10111010 1100001 11101

Color Harmonies of #028593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028593

Black with #028593

Text Example


Text Example

White with #028593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028593; }

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

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

background-color css

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

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

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

border-color css

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

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

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