Html Css Color HEX #028391 Dark Cyan

📋 copy color: '#028391'

red 2 ◦ green 131 ◦ blue 145

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

Shades of Dark Cyan #028391

Tints of Dark Cyan #028391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.12%

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

R = 0.72%
G = 47.12%
B = 52.16%

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

#028391 (or 0x028391) is known color: Dark Cyan. HEX triplet: 02, 83 and 91. RGB value is (2,131,145). Sum of RGB (Red+Green+Blue) = 2+131+145=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #028391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028391 is #FD7C6E. Grayscale: #5D5D5D. Windows color (decimal): -16612463 or 9536258. OLE color: 9536258.

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

Color convert

RGB 2 131 145 -
CMYK 0.99 0.10 0 0.43
HSL 185.87º 0.97% 0.29% -
HSV(B) 185.87º 0.99% 0.57% -
XYZ 13.25 18.29 29.62 -
YUV 94.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 2 131 145 0.99 0.10 0 0.43 185.87 0.97 0.29
Hex 2 83 91 63 A 0 2B BA 61 1D
Octal 2 203 221 143 12 0 53 272 141 35
Binary 10 10000011 10010001 1100011 1010 0 101011 10111010 1100001 11101

Color Harmonies of #028391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028391

Black with #028391

Text Example


Text Example

White with #028391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028391; }

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

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

background-color css

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

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

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

border-color css

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

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

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