Html Css Color HEX #028894 Dark Cyan

📋 copy color: '#028894'

red 2 ◦ green 136 ◦ blue 148

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

Shades of Dark Cyan #028894

Tints of Dark Cyan #028894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.55%

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 0.7%
G = 47.55%
B = 51.75%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028894 (or 0x028894) is known color: Dark Cyan. HEX triplet: 02, 88 and 94. RGB value is (2,136,148). Sum of RGB (Red+Green+Blue) = 2+136+148=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #028894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028894 is #FD776B. Grayscale: #616161. Windows color (decimal): -16611180 or 9734146. OLE color: 9734146.

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

Color convert

RGB 2 136 148 -
CMYK 0.99 0.08 0 0.42
HSL 184.93º 0.97% 0.29% -
HSV(B) 184.93º 0.99% 0.58% -
XYZ 14.17 19.76 31.08 -
YUV 97.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 2 136 148 0.99 0.08 0 0.42 184.93 0.97 0.29
Hex 2 88 94 63 8 0 2A B9 61 1D
Octal 2 210 224 143 10 0 52 271 141 35
Binary 10 10001000 10010100 1100011 1000 0 101010 10111001 1100001 11101

Color Harmonies of #028894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028894

Black with #028894

Text Example


Text Example

White with #028894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028894; }

 p { color: rgb(2,136,148); }

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

background-color css

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

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

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

border-color css

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

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

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