Html Css Color HEX #8DDF9F Chinook

📋 copy color: '#8DDF9F'

red 141 ◦ green 223 ◦ blue 159

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

Shades of Chinook #8DDF9F

Tints of Chinook #8DDF9F

RGB

 RED value IS 141 (55.47% from 255) = 26.96%

 GREEN value IS 223 (87.5% from 255) = 42.64%

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

R = 26.96%
G = 42.64%
B = 30.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#8DDF9F (or 0x8DDF9F) is known color: Chinook. HEX triplet: 8D, DF and 9F. RGB value is (141,223,159). Sum of RGB (Red+Green+Blue) = 141+223+159=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDF9F is #722060. Grayscale: #BFBFBF. Windows color (decimal): -7479393 or 10477453. OLE color: 10477453.

HSL color Cylindrical-coordinate representation of color #8DDF9F: hue angle of 133.17º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDF9F is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 223 159 -
CMYK 0.37 0 0.29 0.13
HSL 133.17º 0.56% 0.71% -
HSV(B) 133.17º 0.37% 0.87% -
XYZ 43.63 60.94 42.26 -
YUV 191.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 141 223 159 0.37 0 0.29 0.13 133.17 0.56 0.71
Hex 8D DF 9F 25 0 1D D 85 38 47
Octal 215 337 237 45 0 35 15 205 70 107
Binary 10001101 11011111 10011111 100101 0 11101 1101 10000101 111000 1000111

Color Harmonies of #8DDF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDF9F

Black with #8DDF9F

Text Example


Text Example

White with #8DDF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DDF9F; }

 p { color: rgb(141,223,159); }

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

background-color css

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

 a { background-color: rgb(141,223,159); }

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

border-color css

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

 span { border-color: rgb(141,223,159); }

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