Html Css Color HEX #028D8D Dark Cyan

📋 copy color: '#028D8D'

red 2 ◦ green 141 ◦ blue 141

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

Shades of Dark Cyan #028D8D

Tints of Dark Cyan #028D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.65%

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

R = 0.7%
G = 49.65%
B = 49.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#028D8D (or 0x028D8D) is known color: Dark Cyan. HEX triplet: 02, 8D and 8D. RGB value is (2,141,141). Sum of RGB (Red+Green+Blue) = 2+141+141=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #028D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028D8D is #FD7272. Grayscale: #636363. Windows color (decimal): -16609907 or 9276674. OLE color: 9276674.

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

Color convert

RGB 2 141 141 -
CMYK 0.99 0 0 0.45
HSL 180º 0.97% 0.28% -
HSV(B) 180º 0.99% 0.55% -
XYZ 14.36 20.99 28.49 -
YUV 99.44 151.45 58.5 -
System Red Green Blue C M Y K H S L
Decimal 2 141 141 0.99 0 0 0.45 180 0.97 0.28
Hex 2 8D 8D 63 0 0 2D B4 61 1C
Octal 2 215 215 143 0 0 55 264 141 34
Binary 10 10001101 10001101 1100011 0 0 101101 10110100 1100001 11100

Color Harmonies of #028D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D8D

Black with #028D8D

Text Example


Text Example

White with #028D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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