Html Css Color HEX #028190 Dark Cyan

📋 copy color: '#028190'

red 2 ◦ green 129 ◦ blue 144

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

Shades of Dark Cyan #028190

Tints of Dark Cyan #028190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.91%

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

R = 0.73%
G = 46.91%
B = 52.36%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#028190 (or 0x028190) is known color: Dark Cyan. HEX triplet: 02, 81 and 90. RGB value is (2,129,144). Sum of RGB (Red+Green+Blue) = 2+129+144=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #028190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028190 is #FD7E6F. Grayscale: #5C5C5C. Windows color (decimal): -16612976 or 9470210. OLE color: 9470210.

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

Color convert

RGB 2 129 144 -
CMYK 0.99 0.10 0 0.44
HSL 186.34º 0.97% 0.29% -
HSV(B) 186.34º 0.99% 0.56% -
XYZ 12.91 17.73 29.13 -
YUV 92.74 156.92 63.28 -
System Red Green Blue C M Y K H S L
Decimal 2 129 144 0.99 0.10 0 0.44 186.34 0.97 0.29
Hex 2 81 90 63 A 0 2C BA 61 1D
Octal 2 201 220 143 12 0 54 272 141 35
Binary 10 10000001 10010000 1100011 1010 0 101100 10111010 1100001 11101

Color Harmonies of #028190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028190

Black with #028190

Text Example


Text Example

White with #028190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028190; }

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

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

background-color css

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

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

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

border-color css

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

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

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