Html Css Color HEX #83DDA0 Chinook

📋 copy color: '#83DDA0'

red 131 ◦ green 221 ◦ blue 160

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

Shades of Chinook #83DDA0

Tints of Chinook #83DDA0

RGB

 RED value IS 131 (51.56% from 255) = 25.59%

 GREEN value IS 221 (86.72% from 255) = 43.16%

 BLUE value IS 160 (62.89% from 255) = 31.25%

R = 25.59%
G = 43.16%
B = 31.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#83DDA0 (or 0x83DDA0) is known color: Chinook. HEX triplet: 83, DD and A0. RGB value is (131,221,160). Sum of RGB (Red+Green+Blue) = 131+221+160=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DDA0 is #7C225F. Grayscale: #BBBBBB. Windows color (decimal): -8135264 or 10542467. OLE color: 10542467.

HSL color Cylindrical-coordinate representation of color #83DDA0: hue angle of 139.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDA0 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 160 -
CMYK 0.41 0 0.28 0.13
HSL 139.33º 0.57% 0.69% -
HSV(B) 139.33º 0.41% 0.87% -
XYZ 41.56 59.08 42.47 -
YUV 187.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 131 221 160 0.41 0 0.28 0.13 139.33 0.57 0.69
Hex 83 DD A0 29 0 1C D 8B 39 45
Octal 203 335 240 51 0 34 15 213 71 105
Binary 10000011 11011101 10100000 101001 0 11100 1101 10001011 111001 1000101

Color Harmonies of #83DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDA0

Black with #83DDA0

Text Example


Text Example

White with #83DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83DDA0; }

 p { color: rgb(131,221,160); }

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

background-color css

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

 a { background-color: rgb(131,221,160); }

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

border-color css

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

 span { border-color: rgb(131,221,160); }

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