Html Css Color HEX #028792 Dark Cyan

📋 copy color: '#028792'

red 2 ◦ green 135 ◦ blue 146

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

Shades of Dark Cyan #028792

Tints of Dark Cyan #028792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

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

R = 0.71%
G = 47.7%
B = 51.59%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#028792 (or 0x028792) is known color: Dark Cyan. HEX triplet: 02, 87 and 92. RGB value is (2,135,146). Sum of RGB (Red+Green+Blue) = 2+135+146=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #028792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028792 is #FD786D. Grayscale: #606060. Windows color (decimal): -16611438 or 9602818. OLE color: 9602818.

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

Color convert

RGB 2 135 146 -
CMYK 0.99 0.08 0 0.43
HSL 184.58º 0.97% 0.29% -
HSV(B) 184.58º 0.99% 0.57% -
XYZ 13.88 19.42 30.21 -
YUV 96.49 155.94 60.61 -
System Red Green Blue C M Y K H S L
Decimal 2 135 146 0.99 0.08 0 0.43 184.58 0.97 0.29
Hex 2 87 92 63 8 0 2B B9 61 1D
Octal 2 207 222 143 10 0 53 271 141 35
Binary 10 10000111 10010010 1100011 1000 0 101011 10111001 1100001 11101

Color Harmonies of #028792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028792

Black with #028792

Text Example


Text Example

White with #028792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028792; }

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

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

background-color css

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

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

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

border-color css

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

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

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