Html Css Color HEX #97CBA5 Chinook

📋 copy color: '#97CBA5'

red 151 ◦ green 203 ◦ blue 165

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

Shades of Chinook #97CBA5

Tints of Chinook #97CBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.79%

R = 29.09%
G = 39.11%
B = 31.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#97CBA5 (or 0x97CBA5) is known color: Chinook. HEX triplet: 97, CB and A5. RGB value is (151,203,165). Sum of RGB (Red+Green+Blue) = 151+203+165=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CBA5 is #68345A. Grayscale: #B7B7B7. Windows color (decimal): -6829147 or 10865559. OLE color: 10865559.

HSL color Cylindrical-coordinate representation of color #97CBA5: hue angle of 136.15º 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 #97CBA5 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 203 165 -
CMYK 0.26 0 0.19 0.20
HSL 136.15º 0.33% 0.69% -
HSV(B) 136.15º 0.26% 0.8% -
XYZ 40.91 52.01 43.48 -
YUV 183.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 151 203 165 0.26 0 0.19 0.20 136.15 0.33 0.69
Hex 97 CB A5 1A 0 13 14 88 21 45
Octal 227 313 245 32 0 23 24 210 41 105
Binary 10010111 11001011 10100101 11010 0 10011 10100 10001000 100001 1000101

Color Harmonies of #97CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CBA5

Black with #97CBA5

Text Example


Text Example

White with #97CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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