Html Css Color HEX #97B8B2 Shadow Green

📋 copy color: '#97B8B2'

red 151 ◦ green 184 ◦ blue 178

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

Shades of Shadow Green #97B8B2

Tints of Shadow Green #97B8B2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 29.43%
G = 35.87%
B = 34.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#97B8B2 (or 0x97B8B2) is known color: Shadow Green. HEX triplet: 97, B8 and B2. RGB value is (151,184,178). Sum of RGB (Red+Green+Blue) = 151+184+178=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #97B8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B8B2 is #68474D. Grayscale: #ADADAD. Windows color (decimal): -6833998 or 11712663. OLE color: 11712663.

HSL color Cylindrical-coordinate representation of color #97B8B2: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97B8B2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 184 178 -
CMYK 0.18 0 0.03 0.28
HSL 169.09º 0.19% 0.66% -
HSV(B) 169.09º 0.18% 0.72% -
XYZ 37.94 44.07 48.63 -
YUV 173.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 151 184 178 0.18 0 0.03 0.28 169.09 0.19 0.66
Hex 97 B8 B2 12 0 3 1C A9 13 42
Octal 227 270 262 22 0 3 34 251 23 102
Binary 10010111 10111000 10110010 10010 0 11 11100 10101001 10011 1000010

Color Harmonies of #97B8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B8B2

Black with #97B8B2

Text Example


Text Example

White with #97B8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,184,178); }

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

background-color css

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

 a { background-color: rgb(151,184,178); }

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

border-color css

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

 span { border-color: rgb(151,184,178); }

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