Html Css Color HEX #028B83 Dark Cyan

📋 copy color: '#028B83'

red 2 ◦ green 139 ◦ blue 131

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

Shades of Dark Cyan #028B83

Tints of Dark Cyan #028B83

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.1%

 BLUE value IS 131 (51.56% from 255) = 48.16%

R = 0.74%
G = 51.1%
B = 48.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#028B83 (or 0x028B83) is known color: Dark Cyan. HEX triplet: 02, 8B and 83. RGB value is (2,139,131). Sum of RGB (Red+Green+Blue) = 2+139+131=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #028B83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B83 is #FD747C. Grayscale: #616161. Windows color (decimal): -16610429 or 8620802. OLE color: 8620802.

HSL color Cylindrical-coordinate representation of color #028B83: hue angle of 176.5º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B83 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 139 131 -
CMYK 0.99 0 0.06 0.45
HSL 176.5º 0.97% 0.28% -
HSV(B) 176.5º 0.99% 0.55% -
XYZ 13.35 20.12 24.65 -
YUV 97.13 147.11 60.15 -
System Red Green Blue C M Y K H S L
Decimal 2 139 131 0.99 0 0.06 0.45 176.5 0.97 0.28
Hex 2 8B 83 63 0 6 2D B0 61 1C
Octal 2 213 203 143 0 6 55 260 141 34
Binary 10 10001011 10000011 1100011 0 110 101101 10110000 1100001 11100

Color Harmonies of #028B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028B83

Black with #028B83

Text Example


Text Example

White with #028B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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