Html Css Color HEX #83DA9F Chinook

📋 copy color: '#83DA9F'

red 131 ◦ green 218 ◦ blue 159

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

Shades of Chinook #83DA9F

Tints of Chinook #83DA9F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 25.79%
G = 42.91%
B = 31.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#83DA9F (or 0x83DA9F) is known color: Chinook. HEX triplet: 83, DA and 9F. RGB value is (131,218,159). Sum of RGB (Red+Green+Blue) = 131+218+159=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #83DA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DA9F is #7C2560. Grayscale: #B9B9B9. Windows color (decimal): -8136033 or 10476163. OLE color: 10476163.

HSL color Cylindrical-coordinate representation of color #83DA9F: hue angle of 139.31º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DA9F is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 218 159 -
CMYK 0.40 0 0.27 0.15
HSL 139.31º 0.54% 0.68% -
HSV(B) 139.31º 0.4% 0.85% -
XYZ 40.69 57.47 41.75 -
YUV 185.26 113.18 89.3 -
System Red Green Blue C M Y K H S L
Decimal 131 218 159 0.40 0 0.27 0.15 139.31 0.54 0.68
Hex 83 DA 9F 28 0 1B F 8B 36 44
Octal 203 332 237 50 0 33 17 213 66 104
Binary 10000011 11011010 10011111 101000 0 11011 1111 10001011 110110 1000100

Color Harmonies of #83DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DA9F

Black with #83DA9F

Text Example


Text Example

White with #83DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,218,159); }

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

background-color css

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

 a { background-color: rgb(131,218,159); }

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

border-color css

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

 span { border-color: rgb(131,218,159); }

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