Html Css Color HEX #028392 Dark Cyan

📋 copy color: '#028392'

red 2 ◦ green 131 ◦ blue 146

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

Shades of Dark Cyan #028392

Tints of Dark Cyan #028392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 0.72%
G = 46.95%
B = 52.33%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#028392 (or 0x028392) is known color: Dark Cyan. HEX triplet: 02, 83 and 92. RGB value is (2,131,146). Sum of RGB (Red+Green+Blue) = 2+131+146=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #028392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028392 is #FD7C6D. Grayscale: #5D5D5D. Windows color (decimal): -16612462 or 9601794. OLE color: 9601794.

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

Color convert

RGB 2 131 146 -
CMYK 0.99 0.10 0 0.43
HSL 186.25º 0.97% 0.29% -
HSV(B) 186.25º 0.99% 0.57% -
XYZ 13.33 18.32 30.03 -
YUV 94.14 157.26 62.28 -
System Red Green Blue C M Y K H S L
Decimal 2 131 146 0.99 0.10 0 0.43 186.25 0.97 0.29
Hex 2 83 92 63 A 0 2B BA 61 1D
Octal 2 203 222 143 12 0 53 272 141 35
Binary 10 10000011 10010010 1100011 1010 0 101011 10111010 1100001 11101

Color Harmonies of #028392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028392

Black with #028392

Text Example


Text Example

White with #028392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028392; }

 p { color: rgb(2,131,146); }

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

background-color css

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

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

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

border-color css

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

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

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