Html Css Color HEX #028291 Dark Cyan

📋 copy color: '#028291'

red 2 ◦ green 130 ◦ blue 145

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

Shades of Dark Cyan #028291

Tints of Dark Cyan #028291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 0.72%
G = 46.93%
B = 52.35%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#028291 (or 0x028291) is known color: Dark Cyan. HEX triplet: 02, 82 and 91. RGB value is (2,130,145). Sum of RGB (Red+Green+Blue) = 2+130+145=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #028291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028291 is #FD7D6E. Grayscale: #5D5D5D. Windows color (decimal): -16612719 or 9536002. OLE color: 9536002.

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

Color convert

RGB 2 130 145 -
CMYK 0.99 0.10 0 0.43
HSL 186.29º 0.97% 0.29% -
HSV(B) 186.29º 0.99% 0.57% -
XYZ 13.12 18.02 29.58 -
YUV 93.44 157.09 62.78 -
System Red Green Blue C M Y K H S L
Decimal 2 130 145 0.99 0.10 0 0.43 186.29 0.97 0.29
Hex 2 82 91 63 A 0 2B BA 61 1D
Octal 2 202 221 143 12 0 53 272 141 35
Binary 10 10000010 10010001 1100011 1010 0 101011 10111010 1100001 11101

Color Harmonies of #028291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028291

Black with #028291

Text Example


Text Example

White with #028291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028291; }

 p { color: rgb(2,130,145); }

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

background-color css

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

 a { background-color: rgb(2,130,145); }

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

border-color css

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

 span { border-color: rgb(2,130,145); }

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