Html Css Color HEX #97CBA0 Chinook

📋 copy color: '#97CBA0'

red 151 ◦ green 203 ◦ blue 160

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

Shades of Chinook #97CBA0

Tints of Chinook #97CBA0

RGB

 RED value IS 151 (59.38% from 255) = 29.38%

 GREEN value IS 203 (79.69% from 255) = 39.49%

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

R = 29.38%
G = 39.49%
B = 31.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#97CBA0 (or 0x97CBA0) is known color: Chinook. HEX triplet: 97, CB and A0. RGB value is (151,203,160). Sum of RGB (Red+Green+Blue) = 151+203+160=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CBA0 is #68345F. Grayscale: #B6B6B6. Windows color (decimal): -6829152 or 10537879. OLE color: 10537879.

HSL color Cylindrical-coordinate representation of color #97CBA0: hue angle of 130.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CBA0 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 203 160 -
CMYK 0.26 0 0.21 0.20
HSL 130.38º 0.33% 0.69% -
HSV(B) 130.38º 0.26% 0.8% -
XYZ 40.46 51.83 41.13 -
YUV 182.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 151 203 160 0.26 0 0.21 0.20 130.38 0.33 0.69
Hex 97 CB A0 1A 0 15 14 82 21 45
Octal 227 313 240 32 0 25 24 202 41 105
Binary 10010111 11001011 10100000 11010 0 10101 10100 10000010 100001 1000101

Color Harmonies of #97CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CBA0

Black with #97CBA0

Text Example


Text Example

White with #97CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97CBA0; }

 p { color: rgb(151,203,160); }

 H1.HeaderClassName
 {
   color: #97CBA0;
 }
 .AnyTagClassName
 {
   color: #97CBA0;
 }
</style>

background-color css

<style>
 a { background-color: #97CBA0; }

 a { background-color: rgb(151,203,160); }

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

border-color css

<style>
 span { border-color: #97CBA0; }

 span { border-color: rgb(151,203,160); }

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