Html Css Color HEX #8BCEA1 Chinook

📋 copy color: '#8BCEA1'

red 139 ◦ green 206 ◦ blue 161

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

Shades of Chinook #8BCEA1

Tints of Chinook #8BCEA1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.71%

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 27.47%
G = 40.71%
B = 31.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#8BCEA1 (or 0x8BCEA1) is known color: Chinook. HEX triplet: 8B, CE and A1. RGB value is (139,206,161). Sum of RGB (Red+Green+Blue) = 139+206+161=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCEA1 is #74315E. Grayscale: #B4B4B4. Windows color (decimal): -7614815 or 10604171. OLE color: 10604171.

HSL color Cylindrical-coordinate representation of color #8BCEA1: hue angle of 139.7º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEA1 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 206 161 -
CMYK 0.33 0 0.22 0.19
HSL 139.7º 0.41% 0.68% -
HSV(B) 139.7º 0.33% 0.81% -
XYZ 39.15 52.2 41.73 -
YUV 180.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 139 206 161 0.33 0 0.22 0.19 139.7 0.41 0.68
Hex 8B CE A1 21 0 16 13 8C 29 44
Octal 213 316 241 41 0 26 23 214 51 104
Binary 10001011 11001110 10100001 100001 0 10110 10011 10001100 101001 1000100

Color Harmonies of #8BCEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCEA1

Black with #8BCEA1

Text Example


Text Example

White with #8BCEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,206,161); }

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

background-color css

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

 a { background-color: rgb(139,206,161); }

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

border-color css

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

 span { border-color: rgb(139,206,161); }

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