Html Css Color HEX #97EFAE Chinook

📋 copy color: '#97EFAE'

red 151 ◦ green 239 ◦ blue 174

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

Shades of Chinook #97EFAE

Tints of Chinook #97EFAE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.38%

 BLUE value IS 174 (68.36% from 255) = 30.85%

R = 26.77%
G = 42.38%
B = 30.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#97EFAE (or 0x97EFAE) is known color: Chinook. HEX triplet: 97, EF and AE. RGB value is (151,239,174). Sum of RGB (Red+Green+Blue) = 151+239+174=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EFAE is #681051. Grayscale: #CDCDCD. Windows color (decimal): -6819922 or 11464599. OLE color: 11464599.

HSL color Cylindrical-coordinate representation of color #97EFAE: hue angle of 135.68º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EFAE is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 239 174 -
CMYK 0.37 0 0.27 0.06
HSL 135.68º 0.73% 0.76% -
HSV(B) 135.68º 0.37% 0.94% -
XYZ 51.27 71.37 51.12 -
YUV 205.28 110.35 89.29 -
System Red Green Blue C M Y K H S L
Decimal 151 239 174 0.37 0 0.27 0.06 135.68 0.73 0.76
Hex 97 EF AE 25 0 1B 6 88 49 4C
Octal 227 357 256 45 0 33 6 210 111 114
Binary 10010111 11101111 10101110 100101 0 11011 110 10001000 1001001 1001100

Color Harmonies of #97EFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EFAE

Black with #97EFAE

Text Example


Text Example

White with #97EFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,239,174); }

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

background-color css

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

 a { background-color: rgb(151,239,174); }

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

border-color css

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

 span { border-color: rgb(151,239,174); }

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