Html Css Color HEX #028E94 Dark Cyan

📋 copy color: '#028E94'

red 2 ◦ green 142 ◦ blue 148

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

Shades of Dark Cyan #028E94

Tints of Dark Cyan #028E94

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.63%

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

R = 0.68%
G = 48.63%
B = 50.68%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028E94 (or 0x028E94) is known color: Dark Cyan. HEX triplet: 02, 8E and 94. RGB value is (2,142,148). Sum of RGB (Red+Green+Blue) = 2+142+148=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #028E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E94 is #FD716B. Grayscale: #646464. Windows color (decimal): -16609644 or 9735682. OLE color: 9735682.

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

Color convert

RGB 2 142 148 -
CMYK 0.99 0.04 0 0.42
HSL 182.47º 0.97% 0.29% -
HSV(B) 182.47º 0.99% 0.58% -
XYZ 15.04 21.5 31.37 -
YUV 100.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 2 142 148 0.99 0.04 0 0.42 182.47 0.97 0.29
Hex 2 8E 94 63 4 0 2A B6 61 1D
Octal 2 216 224 143 4 0 52 266 141 35
Binary 10 10001110 10010100 1100011 100 0 101010 10110110 1100001 11101

Color Harmonies of #028E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E94

Black with #028E94

Text Example


Text Example

White with #028E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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