Html Css Color HEX #97B7B2 Conch

📋 copy color: '#97B7B2'

red 151 ◦ green 183 ◦ blue 178

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

Shades of Conch #97B7B2

Tints of Conch #97B7B2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

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

R = 29.49%
G = 35.74%
B = 34.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#97B7B2 (or 0x97B7B2) is known color: Conch. HEX triplet: 97, B7 and B2. RGB value is (151,183,178). Sum of RGB (Red+Green+Blue) = 151+183+178=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #97B7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B7B2 is #68484D. Grayscale: #ACACAC. Windows color (decimal): -6834254 or 11712407. OLE color: 11712407.

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

Color convert

RGB 151 183 178 -
CMYK 0.17 0 0.03 0.28
HSL 170.63º 0.18% 0.65% -
HSV(B) 170.63º 0.17% 0.72% -
XYZ 37.73 43.66 48.56 -
YUV 172.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 151 183 178 0.17 0 0.03 0.28 170.63 0.18 0.65
Hex 97 B7 B2 11 0 3 1C AB 12 41
Octal 227 267 262 21 0 3 34 253 22 101
Binary 10010111 10110111 10110010 10001 0 11 11100 10101011 10010 1000001

Color Harmonies of #97B7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B7B2

Black with #97B7B2

Text Example


Text Example

White with #97B7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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