Html Css Color HEX #028090 Dark Cyan

📋 copy color: '#028090'

red 2 ◦ green 128 ◦ blue 144

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

Shades of Dark Cyan #028090

Tints of Dark Cyan #028090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.72%

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

R = 0.73%
G = 46.72%
B = 52.55%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#028090 (or 0x028090) is known color: Dark Cyan. HEX triplet: 02, 80 and 90. RGB value is (2,128,144). Sum of RGB (Red+Green+Blue) = 2+128+144=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #028090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028090 is #FD7F6F. Grayscale: #5B5B5B. Windows color (decimal): -16613232 or 9469954. OLE color: 9469954.

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

Color convert

RGB 2 128 144 -
CMYK 0.99 0.11 0 0.44
HSL 186.76º 0.97% 0.29% -
HSV(B) 186.76º 0.99% 0.56% -
XYZ 12.78 17.46 29.08 -
YUV 92.15 157.26 63.7 -
System Red Green Blue C M Y K H S L
Decimal 2 128 144 0.99 0.11 0 0.44 186.76 0.97 0.29
Hex 2 80 90 63 B 0 2C BB 61 1D
Octal 2 200 220 143 13 0 54 273 141 35
Binary 10 10000000 10010000 1100011 1011 0 101100 10111011 1100001 11101

Color Harmonies of #028090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028090

Black with #028090

Text Example


Text Example

White with #028090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028090; }

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

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

background-color css

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

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

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

border-color css

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

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

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