Html Css Color HEX #028A8D Dark Cyan

📋 copy color: '#028A8D'

red 2 ◦ green 138 ◦ blue 141

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

Shades of Dark Cyan #028A8D

Tints of Dark Cyan #028A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.11%

 BLUE value IS 141 (55.47% from 255) = 50.18%

R = 0.71%
G = 49.11%
B = 50.18%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#028A8D (or 0x028A8D) is known color: Dark Cyan. HEX triplet: 02, 8A and 8D. RGB value is (2,138,141). Sum of RGB (Red+Green+Blue) = 2+138+141=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #028A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028A8D is #FD7572. Grayscale: #616161. Windows color (decimal): -16610675 or 9275906. OLE color: 9275906.

HSL color Cylindrical-coordinate representation of color #028A8D: hue angle of 181.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A8D is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 138 141 -
CMYK 0.99 0.02 0 0.45
HSL 181.3º 0.97% 0.28% -
HSV(B) 181.3º 0.99% 0.55% -
XYZ 13.92 20.11 28.35 -
YUV 97.68 152.44 59.76 -
System Red Green Blue C M Y K H S L
Decimal 2 138 141 0.99 0.02 0 0.45 181.3 0.97 0.28
Hex 2 8A 8D 63 2 0 2D B5 61 1C
Octal 2 212 215 143 2 0 55 265 141 34
Binary 10 10001010 10001101 1100011 10 0 101101 10110101 1100001 11100

Color Harmonies of #028A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028A8D

Black with #028A8D

Text Example


Text Example

White with #028A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028A8D; }

 p { color: rgb(2,138,141); }

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

background-color css

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

 a { background-color: rgb(2,138,141); }

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

border-color css

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

 span { border-color: rgb(2,138,141); }

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