Html Css Color HEX #028388 Dark Cyan

📋 copy color: '#028388'

red 2 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #028388

Tints of Dark Cyan #028388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.56%

R = 0.74%
G = 48.7%
B = 50.56%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#028388 (or 0x028388) is known color: Dark Cyan. HEX triplet: 02, 83 and 88. RGB value is (2,131,136). Sum of RGB (Red+Green+Blue) = 2+131+136=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #028388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028388 is #FD7C77. Grayscale: #5C5C5C. Windows color (decimal): -16612472 or 8946434. OLE color: 8946434.

HSL color Cylindrical-coordinate representation of color #028388: hue angle of 182.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028388 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 131 136 -
CMYK 0.99 0.04 0 0.47
HSL 182.24º 0.97% 0.27% -
HSV(B) 182.24º 0.99% 0.53% -
XYZ 12.59 18.02 26.11 -
YUV 93 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 2 131 136 0.99 0.04 0 0.47 182.24 0.97 0.27
Hex 2 83 88 63 4 0 2F B6 61 1B
Octal 2 203 210 143 4 0 57 266 141 33
Binary 10 10000011 10001000 1100011 100 0 101111 10110110 1100001 11011

Color Harmonies of #028388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028388

Black with #028388

Text Example


Text Example

White with #028388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028388; }

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

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

background-color css

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

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

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

border-color css

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

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

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