Html Css Color HEX #008D83 Dark Cyan

📋 copy color: '#008D83'

red 0 ◦ green 141 ◦ blue 131

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

Shades of Dark Cyan #008D83

Tints of Dark Cyan #008D83

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 141 (55.47% from 255) = 51.84%

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

R = 0%
G = 51.84%
B = 48.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#008D83 (or 0x008D83) is known color: Dark Cyan. HEX triplet: 00, 8D and 83. RGB value is (0,141,131). Sum of RGB (Red+Green+Blue) = 0+141+131=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #008D83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D83 is #FF727C. Grayscale: #616161. Windows color (decimal): -16740989 or 8621312. OLE color: 8621312.

HSL color Cylindrical-coordinate representation of color #008D83: hue angle of 175.74º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D83 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 141 131 -
CMYK 1 0 0.07 0.45
HSL 175.74º 1% 0.28% -
HSV(B) 175.74º 1% 0.55% -
XYZ 13.62 20.69 24.75 -
YUV 97.7 146.79 58.31 -
System Red Green Blue C M Y K H S L
Decimal 0 141 131 1 0 0.07 0.45 175.74 1 0.28
Hex 0 8D 83 64 0 7 2D B0 64 1C
Octal 0 215 203 144 0 7 55 260 144 34
Binary 0 10001101 10000011 1100100 0 111 101101 10110000 1100100 11100

Color Harmonies of #008D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D83

Black with #008D83

Text Example


Text Example

White with #008D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008D83; }

 p { color: rgb(0,141,131); }

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

background-color css

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

 a { background-color: rgb(0,141,131); }

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

border-color css

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

 span { border-color: rgb(0,141,131); }

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