Html Css Color HEX #028490 Dark Cyan

📋 copy color: '#028490'

red 2 ◦ green 132 ◦ blue 144

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

Shades of Dark Cyan #028490

Tints of Dark Cyan #028490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.48%

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

R = 0.72%
G = 47.48%
B = 51.8%

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

#028490 (or 0x028490) is known color: Dark Cyan. HEX triplet: 02, 84 and 90. RGB value is (2,132,144). Sum of RGB (Red+Green+Blue) = 2+132+144=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #028490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028490 is #FD7B6F. Grayscale: #5E5E5E. Windows color (decimal): -16612208 or 9470978. OLE color: 9470978.

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

Color convert

RGB 2 132 144 -
CMYK 0.99 0.08 0 0.44
HSL 185.07º 0.97% 0.29% -
HSV(B) 185.07º 0.99% 0.56% -
XYZ 13.31 18.53 29.26 -
YUV 94.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 2 132 144 0.99 0.08 0 0.44 185.07 0.97 0.29
Hex 2 84 90 63 8 0 2C B9 61 1D
Octal 2 204 220 143 10 0 54 271 141 35
Binary 10 10000100 10010000 1100011 1000 0 101100 10111001 1100001 11101

Color Harmonies of #028490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028490

Black with #028490

Text Example


Text Example

White with #028490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028490; }

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

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

background-color css

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

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

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

border-color css

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

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

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