Html Css Color HEX #8BEDA6 Chinook

📋 copy color: '#8BEDA6'

red 139 ◦ green 237 ◦ blue 166

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

Shades of Chinook #8BEDA6

Tints of Chinook #8BEDA6

RGB

 RED value IS 139 (54.69% from 255) = 25.65%

 GREEN value IS 237 (92.97% from 255) = 43.73%

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 25.65%
G = 43.73%
B = 30.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#8BEDA6 (or 0x8BEDA6) is known color: Chinook. HEX triplet: 8B, ED and A6. RGB value is (139,237,166). Sum of RGB (Red+Green+Blue) = 139+237+166=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEDA6 is #741259. Grayscale: #C7C7C7. Windows color (decimal): -7606874 or 10939787. OLE color: 10939787.

HSL color Cylindrical-coordinate representation of color #8BEDA6: hue angle of 136.53º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEDA6 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 237 166 -
CMYK 0.41 0 0.30 0.07
HSL 136.53º 0.73% 0.74% -
HSV(B) 136.53º 0.41% 0.93% -
XYZ 47.81 68.81 46.84 -
YUV 199.6 109.03 84.77 -
System Red Green Blue C M Y K H S L
Decimal 139 237 166 0.41 0 0.30 0.07 136.53 0.73 0.74
Hex 8B ED A6 29 0 1E 7 89 49 4A
Octal 213 355 246 51 0 36 7 211 111 112
Binary 10001011 11101101 10100110 101001 0 11110 111 10001001 1001001 1001010

Color Harmonies of #8BEDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEDA6

Black with #8BEDA6

Text Example


Text Example

White with #8BEDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,237,166); }

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

background-color css

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

 a { background-color: rgb(139,237,166); }

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

border-color css

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

 span { border-color: rgb(139,237,166); }

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